/external/boringssl/src/crypto/x509/ |
i2d_pr.c | 69 case EVP_PKEY_RSA:
|
algorithm.c | 75 if (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) { 108 (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) ? V_ASN1_NULL : V_ASN1_UNDEF;
|
/external/boringssl/src/ssl/ |
ssl_privkey.cc | 75 return key_type == EVP_PKEY_RSA || key_type == EVP_PKEY_EC || 105 {SSL_SIGN_RSA_PKCS1_MD5_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_md5_sha1, 107 {SSL_SIGN_RSA_PKCS1_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_sha1, false}, 108 {SSL_SIGN_RSA_PKCS1_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, false}, 109 {SSL_SIGN_RSA_PKCS1_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, false}, 110 {SSL_SIGN_RSA_PKCS1_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, false}, 112 {SSL_SIGN_RSA_PSS_RSAE_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, true}, 113 {SSL_SIGN_RSA_PSS_RSAE_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, true}, 114 {SSL_SIGN_RSA_PSS_RSAE_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, true}, 156 if (alg->pkey_type == EVP_PKEY_RSA && !alg->is_rsa_pss) [all...] |
/external/boringssl/src/crypto/evp/ |
p_rsa.c | 544 EVP_PKEY_RSA, 562 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, 567 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_GET_RSA_PADDING, 572 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, 578 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, 584 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, 589 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, 594 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, 599 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, 604 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, [all...] |
evp_asn1.c | 227 case EVP_PKEY_RSA: { 330 return d2i_PrivateKey(EVP_PKEY_RSA, out, inp, len); 336 case EVP_PKEY_RSA: 358 case EVP_PKEY_RSA: {
|
evp.c | 195 case EVP_PKEY_RSA: 225 return EVP_PKEY_assign(pkey, EVP_PKEY_RSA, key); 229 if (pkey->type != EVP_PKEY_RSA) {
|
p_rsa_asn1.c | 170 EVP_PKEY_RSA,
|
print.c | 427 EVP_PKEY_RSA,
|
evp_extra_test.cc | 463 EVP_PKEY_RSA); 465 EVP_PKEY_RSA); 518 EXPECT_TRUE(ParsePrivateKey(EVP_PKEY_RSA, kExampleRSAKeyDER, 522 EXPECT_TRUE(ParsePrivateKey(EVP_PKEY_RSA, kExampleRSAKeyPKCS8, [all...] |
evp_test.cc | 111 return EVP_PKEY_RSA;
|
/external/libchrome/crypto/ |
rsa_private_key.cc | 50 if (!pkey || CBS_len(&cbs) != 0 || EVP_PKEY_id(pkey.get()) != EVP_PKEY_RSA) 61 if (EVP_PKEY_type(key->type) != EVP_PKEY_RSA)
|
/external/conscrypt/constants/src/gen/cpp/ |
generate_constants.cc | 61 CONST(EVP_PKEY_RSA);
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
OpenSSLKey.java | 264 case NativeConstants.EVP_PKEY_RSA: 297 case NativeConstants.EVP_PKEY_RSA:
|
OpenSSLRSAKeyFactory.java | 52 return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_RSA); 70 NativeConstants.EVP_PKEY_RSA);
|
OpenSSLSignature.java | 178 if (pkeyType != NativeConstants.EVP_PKEY_RSA) {
|
SSLUtils.java | 250 case NativeConstants.EVP_PKEY_RSA:
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
OpenSSLKey.java | 269 case NativeConstants.EVP_PKEY_RSA: 302 case NativeConstants.EVP_PKEY_RSA:
|
OpenSSLRSAKeyFactory.java | 57 return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_RSA); 75 NativeConstants.EVP_PKEY_RSA);
|
OpenSSLSignature.java | 181 if (pkeyType != NativeConstants.EVP_PKEY_RSA) {
|
SSLUtils.java | 251 case NativeConstants.EVP_PKEY_RSA:
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
CryptX509.c | 353 if ((Pkey == NULL) || (Pkey->type != EVP_PKEY_RSA)) {
|
/external/boringssl/src/crypto/pem/ |
pem_pkey.c | 131 ret = d2i_PrivateKey(EVP_PKEY_RSA, x, &p, len);
|
pem_info.c | 188 key_type = EVP_PKEY_RSA;
|
/bootable/recovery/install/ |
verifier.cpp | 446 if (key_type == EVP_PKEY_RSA) {
|
/external/boringssl/src/include/openssl/ |
evp.h | 184 #define EVP_PKEY_RSA NID_rsaEncryption [all...] |