Searched refs:params_type (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 81 void *params, int params_type, in key_to_p8info() argument 93 params_type, params, der, derlen)) { in key_to_p8info() 126 void *params, int params_type, in key_to_encp8() argument 130 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8() 134 free_asn1_data(params_type, params); in key_to_encp8() 143 void *params, int params_type, in key_to_pubkey() argument 156 params_type, params, der, derlen)) { in key_to_pubkey()
|
/openssl/test/ |
H A D | tls-provider.c | 1351 void *params, int params_type, in key_to_p8info() argument 1396 void *params, int params_type, in key_to_encp8() argument 1400 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8() 1404 free_asn1_data(params_type, params); in key_to_encp8() 1413 void *params, int params_type, in xorx_key_to_pubkey() argument
|
Completed in 20 milliseconds