HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY_RSA (Results 1 - 25 of 41) sorted by null

1 2

  /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 ||
108 {SSL_SIGN_RSA_PKCS1_MD5_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_md5_sha1, 0},
109 {SSL_SIGN_RSA_PKCS1_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_sha1, 0},
110 {SSL_SIGN_RSA_PKCS1_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, 0},
111 {SSL_SIGN_RSA_PKCS1_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, 0},
112 {SSL_SIGN_RSA_PKCS1_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, 0},
114 {SSL_SIGN_RSA_PSS_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, 1},
115 {SSL_SIGN_RSA_PSS_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, 1},
116 {SSL_SIGN_RSA_PSS_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, 1},
152 if (alg->pkey_type == EVP_PKEY_RSA && !alg->is_rsa_pss)
    [all...]
  /external/boringssl/src/crypto/evp/
p_rsa.c 544 EVP_PKEY_RSA,
561 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING,
566 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_GET_RSA_PADDING,
571 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA,
577 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA,
583 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
588 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN,
593 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
598 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT,
603 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA,
    [all...]
evp.c 195 case EVP_PKEY_RSA:
225 return EVP_PKEY_assign(pkey, EVP_PKEY_RSA, key);
229 if (pkey->type != EVP_PKEY_RSA) {
evp_asn1.c 218 case EVP_PKEY_RSA: {
321 return d2i_PrivateKey(EVP_PKEY_RSA, out, inp, len);
327 case EVP_PKEY_RSA:
p_rsa_asn1.c 170 EVP_PKEY_RSA,
evp_test.cc 109 return EVP_PKEY_RSA;
print.c 427 EVP_PKEY_RSA,
  /external/conscrypt/constants/src/gen/cpp/
generate_constants.cc 55 CONST(EVP_PKEY_RSA);
  /system/keymaster/include/keymaster/km_openssl/
rsa_key_factory.h 50 int evp_key_type() const override { 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)
  /system/keymaster/km_openssl/
openssl_utils.cpp 69 return EVP_PKEY_RSA;
attestation_utils.cpp 360 int evp_key_type = (sign_algorithm == KM_ALGORITHM_RSA) ? EVP_PKEY_RSA : EVP_PKEY_EC;
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLKey.java 264 case NativeConstants.EVP_PKEY_RSA:
297 case NativeConstants.EVP_PKEY_RSA:
OpenSSLRSAKeyFactory.java 54 return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_RSA);
72 NativeConstants.EVP_PKEY_RSA);
OpenSSLSignature.java 180 if (pkeyType != NativeConstants.EVP_PKEY_RSA) {
  /system/security/keystore/
keystore_utils.cpp 74 if (keyType == 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 174 ptype = EVP_PKEY_RSA;
  /system/keymaster/key_blob_utils/
software_keyblobs.cpp 101 case EVP_PKEY_RSA: {
  /system/security/keystore-engine/
android_engine.cpp 382 case EVP_PKEY_RSA: {
  /external/boringssl/src/include/openssl/
evp.h 171 #define EVP_PKEY_RSA NID_rsaEncryption
    [all...]
  /system/keymaster/legacy_support/
keymaster1_engine.cpp 216 case EVP_PKEY_RSA: {

Completed in 877 milliseconds

1 2