Searched refs:key_to_p8info (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 80 static PKCS8_PRIV_KEY_INFO *key_to_p8info(const void *key, int key_nid, in key_to_p8info() function 130 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8() 261 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio() 293 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_pem_priv_bio()
|
/openssl/test/ |
H A D | tls-provider.c | 1350 static PKCS8_PRIV_KEY_INFO *key_to_p8info(const void *key, int key_nid, in key_to_p8info() function 1400 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8() 1531 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio() 1563 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_pem_priv_bio()
|
Completed in 19 milliseconds