[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.6.7 Handle-independent functions
These two functions are deprecated; do not use them for new code.
- Function: gcry_error_t gcry_ac_id_to_name (gcry_ac_id_t algorithm, const char **name)
Stores the textual representation of the algorithm whose id is given in algorithm in name. Deprecated; use
gcry_pk_algo_name
.
- Function: gcry_error_t gcry_ac_name_to_id (const char *name, gcry_ac_id_t *algorithm)
Stores the numeric ID of the algorithm whose textual representation is contained in name in algorithm. Deprecated; use
gcry_pk_map_name
.