Home
last modified time | relevance | path

Searched refs:EVP_PKEY_assign_RSA (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libfido2/src/
H A Drs256.c149 EVP_PKEY_assign_RSA(pkey, rsa) == 0) { in rs256_pk_to_EVP_PKEY()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dkeyraw.c524 if(EVP_PKEY_assign_RSA(evp_key, rsa) == 0) { in sldns_key_rsa2pkey_raw()
/openbsd/usr.sbin/unbound/sldns/
H A Dkeyraw.c524 if(EVP_PKEY_assign_RSA(evp_key, rsa) == 0) { in sldns_key_rsa2pkey_raw()
/openbsd/lib/libcrypto/evp/
H A Dp_lib.c658 int ret = EVP_PKEY_assign_RSA(pkey, key); in EVP_PKEY_set1_RSA()
H A Devp.h315 #define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ macro