Searched refs:EVP_PKEY_get0_RSA (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_dec.c31 RSA_private_decrypt(ekl, ek, key, EVP_PKEY_get0_RSA(priv),
H A Dp_enc.c30 RSA_public_encrypt(key_len, key, ek, EVP_PKEY_get0_RSA(pubk),
H A Dp_lib.c466 RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey) function
477 RSA *ret = EVP_PKEY_get0_RSA(pkey);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Di2d_pu.c24 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp);
/freebsd-12-stable/contrib/ntp/include/
H A Dlibssl_compat.h90 #define EVP_PKEY_get0_RSA sslshim_EVP_PKEY_get0_RSA macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h224 RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
H A Dlibressl-api-compat.c605 EVP_PKEY_get0_RSA(EVP_PKEY *pkey) function
/freebsd-12-stable/crypto/openssh/
H A Dssh-pkcs11.c555 EVP_PKEY_get0_RSA(evp) == NULL) {
558 EVP_PKEY_get0_RSA(evp))) == NULL) {
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpem_info.c315 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey),
H A Dpvkfmt.c437 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic);
470 write_rsa(&p, EVP_PKEY_get0_RSA(pk), ispub);
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c644 rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
665 rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
688 rsa = EVP_PKEY_get0_RSA(pkey_gqkey);
970 RSA_print_fp(stderr, EVP_PKEY_get0_RSA(parkey),
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c837 RSA *rsa = EVP_PKEY_get0_RSA(host_pkey);
1614 EVP_PKEY_get0_RSA(pkey), RSA_PKCS1_OAEP_PADDING) <= 0) {
2517 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) {
2595 rsa = EVP_PKEY_get0_RSA(gqkey_info->pkey);
2708 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) {
3761 RSA_print_fp(stdout, EVP_PKEY_get0_RSA(pkey), 0);
/freebsd-12-stable/crypto/openssl/apps/
H A Dx509.c714 RSA_get0_key(EVP_PKEY_get0_RSA(pkey), &n, NULL, NULL);
H A Dreq.c928 RSA_get0_key(EVP_PKEY_get0_RSA(tpubkey), &n, NULL, NULL);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h1017 struct rsa_st *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2984 if (EVP_PKEY_get0_RSA(pkey) == NULL) {
H A Dstatem_srvr.c3009 rsa = EVP_PKEY_get0_RSA(s->cert->pkeys[SSL_PKEY_RSA].privatekey);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1682 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_get0_RSA.3

Completed in 249 milliseconds