Searched refs:EC_KEY_new (Results 1 – 13 of 13) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_pmeth.c | 278 ec = EC_KEY_new(); in pkey_ec_paramgen() 297 ec = EC_KEY_new(); in pkey_ec_keygen()
|
D | ec_key.c | 71 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()
|
D | ec_ameth.c | 163 if ((eckey = EC_KEY_new()) == NULL) in eckey_type2param()
|
D | ec_asn1.c | 1137 if ((ret = EC_KEY_new()) == NULL) in d2i_ECPrivateKey() 1356 if ((ret = EC_KEY_new()) == NULL) in d2i_ECParameters()
|
D | ec.h | 721 EC_KEY *EC_KEY_new(void);
|
/external/openssl/crypto/x509/ |
D | x_all.c | 343 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/ |
D | ecdsatest.c | 338 if ((eckey = EC_KEY_new()) == NULL) in test_builtin() 362 if ((wrong_eckey = EC_KEY_new()) == NULL) in test_builtin()
|
/external/openssl/apps/ |
D | ecparam.c | 642 EC_KEY *eckey = EC_KEY_new(); in MAIN()
|
/external/openssl/include/openssl/ |
D | ec.h | 721 EC_KEY *EC_KEY_new(void);
|
/external/openssl/ssl/ |
D | d1_clnt.c | 1299 if ((clnt_ecdh=EC_KEY_new()) == NULL) in dtls1_send_client_key_exchange()
|
D | s3_srvr.c | 2561 if ((srvr_ecdh = EC_KEY_new()) == NULL) in ssl3_get_client_key_exchange() 3725 key = EC_KEY_new(); in ssl3_get_channel_id()
|
D | s3_clnt.c | 1691 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/ |
D | channelid.patch | 507 + key = EC_KEY_new();
|