Searched refs:EVP_PKEY_get1_RSA (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/usr.sbin/relayd/
H A Dssl.c198 if ((rsa = EVP_PKEY_get1_RSA(pkey)) == NULL) {
H A Dca.c240 if ((rsa = EVP_PKEY_get1_RSA(pkey)) == NULL)
/openbsd-current/usr.bin/openssl/
H A Drsautl.c300 rsa = EVP_PKEY_get1_RSA(pkey);
H A Drsa.c304 rsa = EVP_PKEY_get1_RSA(pkey);
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c643 EVP_PKEY_get1_RSA(EVP_PKEY *pkey) function
654 LCRYPTO_ALIAS(EVP_PKEY_get1_RSA); variable
H A Devp.h785 struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
/openbsd-current/usr.sbin/smtpd/
H A Dca.c227 if (pkey == NULL || (rsa = EVP_PKEY_get1_RSA(pkey)) == NULL)
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h286 LCRYPTO_USED(EVP_PKEY_get1_RSA); variable
/openbsd-current/lib/libtls/
H A Dtls_signer.c145 if ((skey->rsa = EVP_PKEY_get1_RSA(pkey)) == NULL &&
H A Dtls.c421 if ((rsa = EVP_PKEY_get1_RSA(pkey)) == NULL ||
/openbsd-current/lib/libcrypto/pem/
H A Dpem_all.c273 rtmp = EVP_PKEY_get1_RSA(key);
/openbsd-current/lib/libcrypto/asn1/
H A Dx_pubkey.c280 key = (ASN1_VALUE *)EVP_PKEY_get1_RSA(pkey);
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c3409 prv->rsa = EVP_PKEY_get1_RSA(pk);
H A Dssh-keygen.c698 (*k)->rsa = EVP_PKEY_get1_RSA(pubkey);

Completed in 306 milliseconds