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

12

/external/openssl/crypto/asn1/
H A Di2d_pu.c87 case EVP_PKEY_EC:
H A Dd2i_pu.c119 case EVP_PKEY_EC:
H A Dd2i_pr.c148 keytype = EVP_PKEY_EC;
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dasn1.c129 keytype = EVP_PKEY_EC;
164 case EVP_PKEY_EC:
H A Devp.c206 case EVP_PKEY_EC:
297 return EVP_PKEY_assign(pkey, EVP_PKEY_EC, key);
301 if (pkey->type != EVP_PKEY_EC) {
318 return EVP_PKEY_assign(pkey, EVP_PKEY_EC, key);
H A Dp_ec_asn1.c113 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC), ptype, pval, penc,
553 EVP_PKEY_EC,
554 EVP_PKEY_EC,
H A Dp_ec.c413 EVP_PKEY_EC, 0 /* flags */, pkey_ec_init,
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509type.c86 case EVP_PKEY_EC:
H A Dx509_req.c135 if (k->type == EVP_PKEY_EC)
/external/openssl/crypto/x509/
H A Dx509type.c89 case EVP_PKEY_EC:
H A Dx509_req.c136 if (k->type == EVP_PKEY_EC)
/external/chromium_org/net/cert/
H A Dct_log_verifier_openssl.cc78 case EVP_PKEY_EC:
H A Djwk_serializer_openssl.cc101 if (pubkey->type == EVP_PKEY_EC) {
/external/chromium_org/crypto/
H A Dec_private_key_openssl.cc104 CHECK_EQ(EVP_PKEY_EC, EVP_PKEY_type(result->key_->type));
150 if (!result->key_ || EVP_PKEY_type(result->key_->type) != EVP_PKEY_EC)
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLECKeyFactory.java47 return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeCrypto.EVP_PKEY_EC);
63 NativeCrypto.EVP_PKEY_EC);
H A DOpenSSLKey.java140 case NativeCrypto.EVP_PKEY_EC:
177 case NativeCrypto.EVP_PKEY_EC:
H A DOpenSSLSignature.java124 if (pkeyType != NativeCrypto.EVP_PKEY_EC) {
/external/openssl/crypto/ec/
H A Dec_ameth.c126 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC),
633 EVP_PKEY_EC,
634 EVP_PKEY_EC,
H A Dec_pmeth.c309 EVP_PKEY_EC,
/external/openssl/crypto/evp/
H A Dp_lib.c112 if (pkey->type == EVP_PKEY_EC)
334 if (pkey->type != EVP_PKEY_EC)
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,\
/external/chromium_org/third_party/boringssl/src/crypto/pem/
H A Dpem_pkey.c163 return EVP_PKEY_EC;
H A Dpem_info.c224 ptype = EVP_PKEY_EC;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_both.c541 else if (pkey->type == EVP_PKEY_EC)
572 else if (i == EVP_PKEY_EC)
/external/openssl/crypto/pem/
H A Dpem_info.c226 ptype = EVP_PKEY_EC;

Completed in 321 milliseconds

12