/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | common.c | 93 RSA_get0_key(EVP_PKEY_get0_RSA(k->pkey), &n, NULL, NULL); in rsa_n() 104 RSA_get0_key(EVP_PKEY_get0_RSA(k->pkey), NULL, &e, NULL); in rsa_e() 114 ASSERT_PTR_NE(EVP_PKEY_get0_RSA(k->pkey), NULL); in rsa_p() 115 RSA_get0_factors(EVP_PKEY_get0_RSA(k->pkey), &p, NULL); in rsa_p() 125 ASSERT_PTR_NE(EVP_PKEY_get0_RSA(k->pkey), NULL); in rsa_q() 126 RSA_get0_factors(EVP_PKEY_get0_RSA(k->pkey), NULL, &q); in rsa_q()
|
H A D | test_sshkey.c | 274 ASSERT_PTR_NE(EVP_PKEY_get0_RSA(kr->pkey), NULL); in sshkey_tests() 318 ASSERT_PTR_NE(EVP_PKEY_get0_RSA(k1->pkey), NULL); in sshkey_tests()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_pmeth.c | 115 OPENSSL_malloc(RSA_size(EVP_PKEY_get0_RSA(pk->pkey)))) == NULL) { in setup_tbuf() 144 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_sign() 214 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verifyrecover() 265 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_verify() 323 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_encrypt() 356 RSA *rsa = (RSA *)EVP_PKEY_get0_RSA(ctx->pkey); in pkey_rsa_decrypt() 842 rsa = EVP_PKEY_get0_RSA(ctx->pkey); in pkey_pss_init()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set1_RSA.pod | 7 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY, 44 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); 103 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() and 121 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() or 151 The keys returned from the functions EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), 217 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY, 223 The return value from EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH,
|
H A D | EVP_PKEY_set_type.pod | 55 L<EVP_PKEY_assign(3)>, L<EVP_PKEY_get_id(3)>, L<EVP_PKEY_get0_RSA(3)>,
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_legacy.c | 43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA() function
|
H A D | ctrl_params_translate.c | 1796 bn = RSA_get0_n(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_n() 1810 bn = RSA_get0_e(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_e() 1824 bn = RSA_get0_d(EVP_PKEY_get0_RSA(ctx->p2)); in get_rsa_payload_d() 1834 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_factor() 1864 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_exponent() 1894 const RSA *r = EVP_PKEY_get0_RSA(ctx->p2); in get_rsa_payload_coefficient()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrapped.sym | 54 EVP_PKEY_get0_RSA
|
H A D | wrap.c | 122 EVP_PKEY_get0_RSA,
|
/freebsd/crypto/openssh/ |
H A D | ssh-rsa.c | 80 if ((rsa = EVP_PKEY_get0_RSA(key->pkey)) == NULL) in ssh_rsa_serialize_public() 99 if ((rsa = EVP_PKEY_get0_RSA(key->pkey)) == NULL) in ssh_rsa_serialize_private() 165 if ((rsa_from = EVP_PKEY_get0_RSA(from->pkey)) == NULL || in ssh_rsa_copy_public()
|
H A D | ssh-pkcs11.c | 1009 if (EVP_PKEY_get0_RSA(evp) == NULL) { in pkcs11_fetch_x509_pubkey() 1013 if ((rsa = RSAPublicKey_dup(EVP_PKEY_get0_RSA(evp))) == NULL) { in pkcs11_fetch_x509_pubkey()
|
H A D | ssh-keygen.c | 382 EVP_PKEY_get0_RSA(k->pkey))) in do_convert_to_pkcs8() 410 EVP_PKEY_get0_RSA(k->pkey))) in do_convert_to_pem() 835 EVP_PKEY_get0_RSA(k->pkey), NULL, NULL, 0, in do_convert_from()
|
/freebsd/contrib/ntp/include/ |
H A D | libssl_compat.h | 90 #define EVP_PKEY_get0_RSA sslshim_EVP_PKEY_get0_RSA macro
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 136 return i2d_RSAPublicKey(EVP_PKEY_get0_RSA(a), pp); in i2d_PublicKey()
|
/freebsd/contrib/libfido2/src/ |
H A D | rs256.c | 16 #define get0_RSA(x) EVP_PKEY_get0_RSA((x))
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 67 be extracted with functions like L<EVP_PKEY_get0_RSA(3)> and then 70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_info.c | 290 EVP_PKEY_get0_RSA(xi->x_pkey->dec_pkey), in PEM_X509_INFO_write_bio()
|
H A D | pvkfmt.c | 561 bitlen = check_bitlen_rsa(EVP_PKEY_get0_RSA(pk), ispub, &magic); in do_i2b() 598 write_rsa(&p, EVP_PKEY_get0_RSA(pk), ispub); in do_i2b()
|
/freebsd/crypto/openssl/apps/ |
H A D | rsa.c | 97 const RSA *rsa = EVP_PKEY_get0_RSA(pkey); in try_legacy_encoding()
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.c | 989 RSA_print_fp(stderr, EVP_PKEY_get0_RSA(parkey),
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 2513 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) { in crypto_alice2() 2590 rsa = EVP_PKEY_get0_RSA(gqkey_info->pkey); in crypto_bob2() 2702 if ((rsa = EVP_PKEY_get0_RSA(peer->ident_pkey->pkey)) == NULL) { in crypto_gq() 3752 RSA_print_fp(stdout, EVP_PKEY_get0_RSA(pkey), 0); in crypto_key()
|
/freebsd/crypto/openssl/test/ |
H A D | threadstest.c | 442 if (EVP_PKEY_get0_RSA(shared_evp_pkey) == NULL) in thread_downgrade_shared_evp_pkey()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 425 Functions such as L<EVP_PKEY_get0_RSA(3)> behave slightly differently in 440 L<EVP_PKEY_get0_RSA(3)>, L<EVP_PKEY_get0_DSA(3)>, L<EVP_PKEY_get0_EC_KEY(3)> and 1793 EVP_PKEY_get0_DH(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_RSA(),
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1348 const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1597 EVP_PKEY_get0_RSA;
|