Home
last modified time | relevance | path

Searched refs:EC_POINT_new (Results 1 – 16 of 16) sorted by relevance

/external/openssl/crypto/ec/
Dec_mult.c605 *v = EC_POINT_new(group); in ec_wNAF_mul()
616 if (!(tmp = EC_POINT_new(group))) in ec_wNAF_mul()
837 if ((var[i] = EC_POINT_new(group)) == NULL) in ec_wNAF_precompute_mult()
844 if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group))) in ec_wNAF_precompute_mult()
Dec_key.c165 dest->pub_key = EC_POINT_new(src->group); in EC_KEY_copy()
268 pub_key = EC_POINT_new(eckey->group); in EC_KEY_generate_key()
310 if ((point = EC_POINT_new(eckey->group)) == NULL) in EC_KEY_check_key()
Dec_check.c98 if ((point = EC_POINT_new(group)) == NULL) goto err; in EC_GROUP_check()
Dectest.c135 P = EC_POINT_new(group);
249 P = EC_POINT_new(group); in prime_field_tests()
250 Q = EC_POINT_new(group); in prime_field_tests()
251 R = EC_POINT_new(group); in prime_field_tests()
860 P = EC_POINT_new(group); in char2_field_tests()
861 Q = EC_POINT_new(group); in char2_field_tests()
862 R = EC_POINT_new(group); in char2_field_tests()
Dec_lib.c204 dest->generator = EC_POINT_new(dest); in EC_GROUP_copy()
294 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
693 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new() function
775 t = EC_POINT_new(group); in EC_POINT_dup()
Dec_print.c111 if ((ret = EC_POINT_new(group)) == NULL) in EC_POINT_bn2point()
Dec_asn1.c931 if ((point = EC_POINT_new(ret)) == NULL) goto err; in ec_asn1_parameters2group()
1177 ret->pub_key = EC_POINT_new(ret->group); in d2i_ECPrivateKey()
1375 (ret->pub_key = EC_POINT_new(ret->group)) == NULL) in o2i_ECPublicKey()
Dec2_mult.c340 if ((p = EC_POINT_new(group)) == NULL) goto err; in ec_GF2m_simple_mul()
Dec_curve.c1955 if ((P = EC_POINT_new(group)) == NULL) in ec_group_new_from_data()
Dec_ameth.c273 pub_key = EC_POINT_new(group); in eckey_priv_decode()
Dec.h388 EC_POINT *EC_POINT_new(const EC_GROUP *group);
/external/openssl/crypto/ecdsa/
Decs_ossl.c124 if ((tmp_point = EC_POINT_new(group)) == NULL) in ecdsa_sign_setup()
430 if ((point = EC_POINT_new(group)) == NULL) in ecdsa_do_verify()
/external/openssl/crypto/ecdh/
Dech_ossl.c140 if ((tmp=EC_POINT_new(group)) == NULL) in ecdh_compute_key()
/external/openssl/include/openssl/
Dec.h388 EC_POINT *EC_POINT_new(const EC_GROUP *group);
/external/openssl/ssl/
Ds3_clnt.c1530 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) || in ssl3_get_key_exchange()
Ds3_srvr.c2388 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) in ssl3_get_client_key_exchange()