Home
last modified time | relevance | path

Searched refs:EC_KEY_new (Results 1 – 13 of 13) sorted by relevance

/external/openssl/crypto/ec/
Dec_pmeth.c278 ec = EC_KEY_new(); in pkey_ec_paramgen()
297 ec = EC_KEY_new(); in pkey_ec_keygen()
Dec_key.c71 EC_KEY *EC_KEY_new(void) in EC_KEY_new() function
96 EC_KEY *ret = EC_KEY_new(); in EC_KEY_new_by_curve_name()
210 EC_KEY *ret = EC_KEY_new(); in EC_KEY_dup()
Dec_ameth.c163 if ((eckey = EC_KEY_new()) == NULL) in eckey_type2param()
Dec_asn1.c1137 if ((ret = EC_KEY_new()) == NULL) in d2i_ECPrivateKey()
1356 if ((ret = EC_KEY_new()) == NULL) in d2i_ECParameters()
Dec.h721 EC_KEY *EC_KEY_new(void);
/external/openssl/crypto/x509/
Dx_all.c343 return ASN1_d2i_fp_of(EC_KEY,EC_KEY_new,d2i_EC_PUBKEY,fp,eckey); in d2i_EC_PUBKEY_fp()
353 return ASN1_d2i_fp_of(EC_KEY,EC_KEY_new,d2i_ECPrivateKey,fp,eckey); in d2i_ECPrivateKey_fp()
363 return ASN1_d2i_bio_of(EC_KEY,EC_KEY_new,d2i_EC_PUBKEY,bp,eckey); in d2i_EC_PUBKEY_bio()
373 return ASN1_d2i_bio_of(EC_KEY,EC_KEY_new,d2i_ECPrivateKey,bp,eckey); in d2i_ECPrivateKey_bio()
/external/openssl/crypto/ecdsa/
Decdsatest.c338 if ((eckey = EC_KEY_new()) == NULL) in test_builtin()
362 if ((wrong_eckey = EC_KEY_new()) == NULL) in test_builtin()
/external/openssl/apps/
Decparam.c642 EC_KEY *eckey = EC_KEY_new(); in MAIN()
/external/openssl/include/openssl/
Dec.h721 EC_KEY *EC_KEY_new(void);
/external/openssl/ssl/
Dd1_clnt.c1299 if ((clnt_ecdh=EC_KEY_new()) == NULL) in dtls1_send_client_key_exchange()
Ds3_srvr.c2561 if ((srvr_ecdh = EC_KEY_new()) == NULL) in ssl3_get_client_key_exchange()
3725 key = EC_KEY_new(); in ssl3_get_channel_id()
Ds3_clnt.c1691 if ((ecdh=EC_KEY_new()) == NULL) in ssl3_get_key_exchange()
2651 if ((clnt_ecdh=EC_KEY_new()) == NULL) in ssl3_send_client_key_exchange()
/external/openssl/patches/
Dchannelid.patch507 + key = EC_KEY_new();