Searched refs:EVP_PKEY_EC (Results 26 - 42 of 42) sorted by relevance

12

/external/openssl/include/openssl/
H A Devp.h117 #define EVP_PKEY_EC NID_X9_62_id_ecPublicKey macro
245 {EVP_PKEY_EC,0,0,0}
466 #define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\
H A Dec.h974 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_PARAMGEN, \
/external/chromium_org/net/android/
H A Dkeystore_unittest.cc293 case EVP_PKEY_EC:
/external/chromium_org/net/cert/
H A Dx509_certificate_openssl.cc379 case EVP_PKEY_EC:
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_cmp.c360 if (pkey && pkey->type == EVP_PKEY_EC)
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Devp.h170 #define EVP_PKEY_EC NID_X9_62_id_ecPublicKey macro
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c660 if (pkey->type != EVP_PKEY_EC)
781 if (pkey->type == EVP_PKEY_EC)
2462 {EVP_PKEY_EC, TLSEXT_signature_ecdsa}
3117 case EVP_PKEY_EC:
H A Ds3_srvr.c2254 (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_EC))
/external/openssl/crypto/ec/
H A Dec.h974 EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_PARAMGEN, \
/external/openssl/ssl/
H A Ds3_both.c598 else if (i == EVP_PKEY_EC)
H A Dd1_clnt.c1298 * EVP_PKEY_EC) && ...)
1313 (srvr_pub_pkey->type != EVP_PKEY_EC) ||
1620 if (pkey->type == EVP_PKEY_EC)
H A Dd1_srvr.c1434 if (pkey->type == EVP_PKEY_EC)
H A Ds3_clnt.c2865 * EVP_PKEY_EC) && ...)
2880 (srvr_pub_pkey->type != EVP_PKEY_EC) ||
3335 if (pkey->type == EVP_PKEY_EC)
H A Ds3_srvr.c2764 (clnt_pub_pkey->type != EVP_PKEY_EC))
3204 if (pkey->type == EVP_PKEY_EC)
H A Dt1_lib.c2646 {EVP_PKEY_EC, TLSEXT_signature_ecdsa}
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java782 public static final int EVP_PKEY_EC = 408; // NID_X9_62_id_ecPublicKey field in class:NativeCrypto
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3771 if (EVP_PKEY_type(pkey->type) != EVP_PKEY_EC) {
8189 case EVP_PKEY_EC:

Completed in 462 milliseconds

12