Searched refs:EC_POINT_new (Results 1 – 16 of 16) sorted by relevance
605 *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()
165 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()
98 if ((point = EC_POINT_new(group)) == NULL) goto err; in EC_GROUP_check()
135 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()
204 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() function775 t = EC_POINT_new(group); in EC_POINT_dup()
111 if ((ret = EC_POINT_new(group)) == NULL) in EC_POINT_bn2point()
931 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()
340 if ((p = EC_POINT_new(group)) == NULL) goto err; in ec_GF2m_simple_mul()
1955 if ((P = EC_POINT_new(group)) == NULL) in ec_group_new_from_data()
273 pub_key = EC_POINT_new(group); in eckey_priv_decode()
388 EC_POINT *EC_POINT_new(const EC_GROUP *group);
124 if ((tmp_point = EC_POINT_new(group)) == NULL) in ecdsa_sign_setup()430 if ((point = EC_POINT_new(group)) == NULL) in ecdsa_do_verify()
140 if ((tmp=EC_POINT_new(group)) == NULL) in ecdh_compute_key()
1530 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) || in ssl3_get_key_exchange()
2388 if ((clnt_ecpoint = EC_POINT_new(group)) == NULL) in ssl3_get_client_key_exchange()