/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | rsa.rs | 13 EVP_PKEY_RSA, in EVP_PKEY_CTX_set_rsa_padding() 23 EVP_PKEY_RSA, in EVP_PKEY_CTX_get_rsa_padding() 34 EVP_PKEY_RSA, in EVP_PKEY_CTX_set_rsa_pss_saltlen() 45 EVP_PKEY_RSA, in EVP_PKEY_CTX_set_rsa_mgf1_md() 59 EVP_PKEY_RSA, in EVP_PKEY_CTX_set_rsa_oaep_md() 75 EVP_PKEY_RSA, in EVP_PKEY_CTX_set0_rsa_oaep_label()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 924 return expected_type == EVP_PKEY_RSA; in rsa_check_key_type() 933 #define rsa_evp_type EVP_PKEY_RSA 1316 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, type_specific_keypair, der); 1335 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, type_specific_keypair, pem); 1358 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, EncryptedPrivateKeyInfo, der); 1359 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, EncryptedPrivateKeyInfo, pem); 1360 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, PrivateKeyInfo, der); 1361 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, PrivateKeyInfo, pem); 1362 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, SubjectPublicKeyInfo, der); 1363 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, SubjectPublicKeyInf [all...] |
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 913 return expected_type == EVP_PKEY_RSA; in rsa_check_key_type() 922 #define rsa_evp_type EVP_PKEY_RSA 1305 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, type_specific_keypair, der); 1324 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, type_specific_keypair, pem); 1347 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, EncryptedPrivateKeyInfo, der); 1348 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, EncryptedPrivateKeyInfo, pem); 1349 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, PrivateKeyInfo, der); 1350 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, PrivateKeyInfo, pem); 1351 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, SubjectPublicKeyInfo, der); 1352 MAKE_ENCODER(rsa, rsa, EVP_PKEY_RSA, SubjectPublicKeyInf [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1789 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA in get_rsa_payload_n() 1803 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA in get_rsa_payload_e() 1817 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA in get_rsa_payload_d() 1918 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA \ 1930 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA \ 1943 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA \ 2216 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, 2220 { GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, 2225 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, 2229 { GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PS [all...] |
H A D | p_enc.c | 27 if (EVP_PKEY_get_id(pubk) != EVP_PKEY_RSA) { in EVP_PKEY_encrypt_old()
|
H A D | p_dec.c | 27 if (EVP_PKEY_get_id(priv) != EVP_PKEY_RSA) { in EVP_PKEY_decrypt_old()
|
H A D | p_legacy.c | 36 if (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_RSA_PSS) { in evp_pkey_get0_RSA_int()
|
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1786 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA) in get_rsa_payload_n() 1799 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA) in get_rsa_payload_e() 1812 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA) in get_rsa_payload_d() 1912 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA) \ 1923 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA) \ 1935 if (EVP_PKEY_get_base_id(ctx->p2) != EVP_PKEY_RSA) \ 2207 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, 2211 { GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, 2216 { SET, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, 2220 { GET, EVP_PKEY_RSA, EVP_PKEY_RSA_PS [all...] |
H A D | p_enc.c | 27 if (EVP_PKEY_get_id(pubk) != EVP_PKEY_RSA) { in EVP_PKEY_encrypt_old()
|
H A D | p_dec.c | 27 if (EVP_PKEY_get_id(priv) != EVP_PKEY_RSA) { in EVP_PKEY_decrypt_old()
|
H A D | p_legacy.c | 36 if (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_RSA_PSS) { in evp_pkey_get0_RSA_int()
|
/third_party/openssl/demos/signature/ |
H A D | rsa_pss_direct.c | 50 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign() 134 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
|
H A D | rsa_pss_hash.c | 45 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign() 124 pkey = d2i_PublicKey(EVP_PKEY_RSA, NULL, &ppub_key, sizeof(rsa_pub_key)); in verify()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_cert_table.h | 14 {EVP_PKEY_RSA, SSL_aRSA}, /* SSL_PKEY_RSA */
|
/third_party/openssl/ssl/ |
H A D | ssl_cert_table.h | 14 {EVP_PKEY_RSA, SSL_aRSA}, /* SSL_PKEY_RSA */
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 734 && ctx->pmeth->pkey_id != EVP_PKEY_RSA in RSA_pkey_ctx_ctrl() 1006 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_oaep_md() 1014 int_set_rsa_md_name(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_oaep_md_name() 1022 return int_get_rsa_md_name(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_oaep_md_name() 1037 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_oaep_md() 1276 ret = EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set1_rsa_keygen_pubexp()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 734 && ctx->pmeth->pkey_id != EVP_PKEY_RSA in RSA_pkey_ctx_ctrl() 998 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_oaep_md() 1006 int_set_rsa_md_name(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_oaep_md_name() 1014 return int_get_rsa_md_name(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_oaep_md_name() 1025 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_oaep_md() 1254 ret = EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set1_rsa_keygen_pubexp()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rsa.h | 142 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ 150 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ 154 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ 158 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pvkfmt.c | 65 * (EVP_PKEY_RSA or EVP_PKEY_DSA), even if the resulting EVP_PKEY wasn't 69 (isdss == 0 ? EVP_PKEY_RSA : isdss == 1 ? EVP_PKEY_DSA : EVP_PKEY_NONE) 81 if (!ossl_assert(evp_type == EVP_PKEY_RSA || evp_type == EVP_PKEY_DSA)) { in evp_pkey_new0_key() 88 case EVP_PKEY_RSA: in evp_pkey_new0_key() 106 case EVP_PKEY_RSA: in evp_pkey_new0_key() 1035 if (EVP_PKEY_get_id(pk) == EVP_PKEY_RSA) in i2b_PVK()
|
/third_party/openssl/crypto/pem/ |
H A D | pvkfmt.c | 65 * (EVP_PKEY_RSA or EVP_PKEY_DSA), even if the resulting EVP_PKEY wasn't 69 (isdss == 0 ? EVP_PKEY_RSA : isdss == 1 ? EVP_PKEY_DSA : EVP_PKEY_NONE) 81 if (!ossl_assert(evp_type == EVP_PKEY_RSA || evp_type == EVP_PKEY_DSA)) { in evp_pkey_new0_key() 88 case EVP_PKEY_RSA: in evp_pkey_new0_key() 106 case EVP_PKEY_RSA: in evp_pkey_new0_key() 1035 if (EVP_PKEY_get_id(pk) == EVP_PKEY_RSA) in i2b_PVK()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509type.c | 33 case EVP_PKEY_RSA: in X509_certificate_type()
|
/third_party/openssl/test/ |
H A D | ssl_cert_table_internal_test.c | 47 && test_cert_table(EVP_PKEY_RSA, SSL_aRSA, SSL_PKEY_RSA) in test_ssl_cert_table()
|
H A D | enginetest.c | 206 static const int rnid = EVP_PKEY_RSA; in test_pkey_meths() 212 if (nid == EVP_PKEY_RSA) { in test_pkey_meths() 296 if (!TEST_ptr(test_rsa = EVP_PKEY_meth_new(EVP_PKEY_RSA, 0))) in test_redirect()
|
/third_party/openssl/crypto/x509/ |
H A D | x509type.c | 33 case EVP_PKEY_RSA: in X509_certificate_type()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | d2i_pu.c | 58 case EVP_PKEY_RSA: in d2i_PublicKey()
|