/external/boringssl/src/crypto/evp/ |
D | p_rsa.c | 542 EVP_PKEY_RSA, 559 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, in EVP_PKEY_CTX_set_rsa_padding() 564 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_GET_RSA_PADDING, in EVP_PKEY_CTX_get_rsa_padding() 569 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, in EVP_PKEY_CTX_set_rsa_pss_saltlen() 575 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, in EVP_PKEY_CTX_get_rsa_pss_saltlen() 581 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_keygen_bits() 586 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, in EVP_PKEY_CTX_set_rsa_keygen_pubexp() 591 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_set_rsa_oaep_md() 596 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, in EVP_PKEY_CTX_get_rsa_oaep_md() 601 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, in EVP_PKEY_CTX_set_rsa_mgf1_md() [all …]
|
D | evp.c | 195 case EVP_PKEY_RSA: in evp_pkey_asn1_find() 225 return EVP_PKEY_assign(pkey, EVP_PKEY_RSA, key); in EVP_PKEY_assign_RSA() 229 if (pkey->type != EVP_PKEY_RSA) { in EVP_PKEY_get0_RSA()
|
D | evp_extra_test.cc | 463 EVP_PKEY_RSA); in TEST() 465 EVP_PKEY_RSA); in TEST() 518 EXPECT_TRUE(ParsePrivateKey(EVP_PKEY_RSA, kExampleRSAKeyDER, in TEST() 522 EXPECT_TRUE(ParsePrivateKey(EVP_PKEY_RSA, kExampleRSAKeyPKCS8, in TEST()
|
D | evp_asn1.c | 218 case EVP_PKEY_RSA: { in old_priv_decode() 321 return d2i_PrivateKey(EVP_PKEY_RSA, out, inp, len); in d2i_AutoPrivateKey() 327 case EVP_PKEY_RSA: in i2d_PublicKey()
|
D | p_rsa_asn1.c | 191 EVP_PKEY_RSA,
|
D | evp_test.cc | 108 return EVP_PKEY_RSA; in GetKeyType()
|
D | print.c | 427 EVP_PKEY_RSA,
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 73 return key_type == EVP_PKEY_RSA || key_type == EVP_PKEY_EC || in ssl_is_key_type_supported() 327 {SSL_SIGN_RSA_PKCS1_MD5_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_md5_sha1, 0}, 328 {SSL_SIGN_RSA_PKCS1_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_sha1, 0}, 329 {SSL_SIGN_RSA_PKCS1_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, 0}, 330 {SSL_SIGN_RSA_PKCS1_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, 0}, 331 {SSL_SIGN_RSA_PKCS1_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, 0}, 333 {SSL_SIGN_RSA_PSS_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, 1}, 334 {SSL_SIGN_RSA_PSS_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, 1}, 335 {SSL_SIGN_RSA_PSS_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, 1}, 371 if (alg->pkey_type == EVP_PKEY_RSA && !alg->is_rsa_pss) { in pkey_supports_algorithm() [all …]
|
D | ssl_cert.cc | 825 if (EVP_PKEY_id(pkey) != EVP_PKEY_RSA) { in ssl_check_leaf_certificate()
|
D | ssl_cipher.cc | 1703 case EVP_PKEY_RSA: in ssl_cipher_auth_mask_for_key()
|
D | handshake_server.cc | 590 if (EVP_PKEY_id(hs->local_pubkey) == EVP_PKEY_RSA) { in ssl_get_compatible_server_ciphers()
|
/external/boringssl/src/crypto/x509/ |
D | algorithm.c | 75 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { in x509_digest_sign_algorithm() 108 (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) ? V_ASN1_NULL : V_ASN1_UNDEF; in x509_digest_sign_algorithm()
|
D | i2d_pr.c | 69 case EVP_PKEY_RSA: in i2d_PrivateKey()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLKey.java | 255 case NativeConstants.EVP_PKEY_RSA: in getPublicKey() 288 case NativeConstants.EVP_PKEY_RSA: in getPrivateKey()
|
D | OpenSSLRSAKeyFactory.java | 54 … return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_RSA); in engineGeneratePublic() 72 NativeConstants.EVP_PKEY_RSA); in engineGeneratePrivate()
|
D | OpenSSLSignature.java | 180 if (pkeyType != NativeConstants.EVP_PKEY_RSA) { in checkEngineType()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cpp | 55 CONST(EVP_PKEY_RSA); in main()
|
/external/boringssl/src/crypto/pem/ |
D | pem_pkey.c | 130 ret = d2i_PrivateKey(EVP_PKEY_RSA, x, &p, len); in PEM_read_bio_PrivateKey()
|
D | pem_info.c | 174 ptype = EVP_PKEY_RSA; in STACK_OF()
|
/external/boringssl/src/include/openssl/ |
D | evp.h | 171 #define EVP_PKEY_RSA NID_rsaEncryption macro
|
/external/openssh/ |
D | ssh-pkcs11.c | 528 evp->type != EVP_PKEY_RSA || in pkcs11_fetch_keys_filter()
|
D | ssh-keygen.c | 627 case EVP_PKEY_RSA: in do_convert_from_pkcs8()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 390 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL); in generate_csr()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1130 evp = d2i_PrivateKey(EVP_PKEY_RSA, NULL, (void *)&bp, privkey->l);
|
/external/curl/lib/vtls/ |
D | openssl.c | 2543 case EVP_PKEY_RSA: in get_cert_chain()
|