Searched defs:name_id (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/evp/ |
H A D | evp_fetch.c | 30 int name_id; /* For get_evp_method_from_store() */ member 111 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() 126 int name_id; in get_evp_method_from_store() local 166 int name_id; in put_evp_method_in_store() local 214 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); in construct_evp_method() local 244 void *(*new_method)(int name_id, in inner_evp_generic_fetch() 255 int unsupported, name_id; in inner_evp_generic_fetch() local 367 void *(*new_method)(int name_id, in evp_generic_fetch() 393 void *(*new_method)(int name_id, in evp_generic_fetch_from_prov() 606 void *(*new_method)(int name_id, in evp_generic_do_all()
|
H A D | kdf_meth.c | 58 static void *evp_kdf_from_algorithm(int name_id, in evp_kdf_from_algorithm()
|
H A D | mac_meth.c | 57 static void *evp_mac_from_algorithm(int name_id, in evp_mac_from_algorithm()
|
H A D | evp_local.h | 97 int name_id; member 142 int name_id; member 161 int name_id; member 204 int name_id; member 224 int name_id; member
|
H A D | exchange.c | 38 static void *evp_keyexch_from_algorithm(int name_id, in evp_keyexch_from_algorithm()
|
H A D | kem.c | 291 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm()
|
H A D | asymcipher.c | 337 static void *evp_asym_cipher_from_algorithm(int name_id, in evp_asym_cipher_from_algorithm()
|
H A D | evp_rand.c | 26 int name_id; member 117 static void *evp_rand_from_algorithm(int name_id, in evp_rand_from_algorithm()
|
H A D | signature.c | 41 static void *evp_signature_from_algorithm(int name_id, in evp_signature_from_algorithm()
|
H A D | keymgmt_meth.c | 53 static void *keymgmt_from_algorithm(int name_id, in keymgmt_from_algorithm()
|
H A D | digest.c | 1014 static void *evp_md_from_algorithm(int name_id, in evp_md_from_algorithm()
|
H A D | evp_enc.c | 1564 static void *evp_cipher_from_algorithm(const int name_id, in evp_cipher_from_algorithm()
|
/openssl/include/crypto/ |
H A D | evp.h | 211 int name_id; member 233 int name_id; member 276 int name_id; member 333 int name_id; member
|
Completed in 34 milliseconds