Searched refs:key_to_pubkey (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 142 static X509_PUBKEY *key_to_pubkey(const void *key, int key_nid, in key_to_pubkey() function 321 xpk = key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_der_pub_bio() 347 xpk = key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_pem_pub_bio()
|