Home
last modified time | relevance | path

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

12

/NextBSD/secure/lib/libcrypto/
HDMakefile.man89 MAN+= EC_POINT_new.3
555 MLINKS+= EC_POINT_new.3 EC_POINT_free.3
556 MLINKS+= EC_POINT_new.3 EC_POINT_clear_free.3
557 MLINKS+= EC_POINT_new.3 EC_POINT_copy.3
558 MLINKS+= EC_POINT_new.3 EC_POINT_dup.3
559 MLINKS+= EC_POINT_new.3 EC_POINT_method_of.3
560 MLINKS+= EC_POINT_new.3 EC_POINT_set_to_infinity.3
561 MLINKS+= EC_POINT_new.3 EC_POINT_set_Jprojective_coordinates.3
562 MLINKS+= EC_POINT_new.3 EC_POINT_get_Jprojective_coordinates_GFp.3
563 MLINKS+= EC_POINT_new.3 EC_POINT_set_affine_coordinates_GFp.3
[all …]
/NextBSD/crypto/openssl/crypto/ec/
HDectest.c136 P = EC_POINT_new(group);
212 EC_POINT *P = EC_POINT_new(group); in group_order_tests()
213 EC_POINT *Q = EC_POINT_new(group); in group_order_tests()
385 P = EC_POINT_new(group); in prime_field_tests()
386 Q = EC_POINT_new(group); in prime_field_tests()
387 R = EC_POINT_new(group); in prime_field_tests()
1121 P = EC_POINT_new(group); in char2_field_tests()
1122 Q = EC_POINT_new(group); in char2_field_tests()
1123 R = EC_POINT_new(group); in char2_field_tests()
1704 G = EC_POINT_new(NISTP); in nistp_single_test()
[all …]
HDec_mult.c591 *v = EC_POINT_new(group); in ec_wNAF_mul()
602 if (!(tmp = EC_POINT_new(group))) in ec_wNAF_mul()
814 if ((var[i] = EC_POINT_new(group)) == NULL) { in ec_wNAF_precompute_mult()
820 if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group))) { in ec_wNAF_precompute_mult()
HDec_key.c164 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()
313 if ((point = EC_POINT_new(eckey->group)) == NULL) in EC_KEY_check_key()
383 point = EC_POINT_new(key->group); in EC_KEY_set_public_key_affine_coordinates()
HDec_check.c94 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_check()
HDec_print.c105 if ((ret = EC_POINT_new(group)) == NULL) { in EC_POINT_bn2point()
HDec_lib.c217 dest->generator = EC_POINT_new(dest); in EC_GROUP_copy()
302 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
702 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new() function
777 t = EC_POINT_new(group); in EC_POINT_dup()
HDec2_mult.c403 if ((p = EC_POINT_new(group)) == NULL) in ec_GF2m_simple_mul()
405 if ((acc = EC_POINT_new(group)) == NULL) in ec_GF2m_simple_mul()
HDec_asn1.c868 if ((point = EC_POINT_new(ret)) == NULL) in ec_asn1_parameters2group()
1064 ret->pub_key = EC_POINT_new(ret->group); in d2i_ECPrivateKey()
1276 (ret->pub_key = EC_POINT_new(ret->group)) == NULL) { in o2i_ECPublicKey()
/NextBSD/crypto/openssl/engines/ccgost/
HDgost2001.c81 P = EC_POINT_new(grp); in fill_GOST2001_params()
179 C = EC_POINT_new(group); in gost2001_do_sign()
337 C = EC_POINT_new(group); in gost2001_do_verify()
405 pub_key = EC_POINT_new(group); in gost2001_compute_public()
HDgost2001_keyx.c29 EC_POINT *pnt = EC_POINT_new(EC_KEY_get0_group(priv_key)); in VKO_compute_key()
/NextBSD/crypto/openssl/doc/crypto/
HDEC_KEY_new.pod71 of point_conversion_forms please refer to L<EC_POINT_new(3)|EC_POINT_new(3)>.
103 L<EC_GROUP_copy(3)|EC_GROUP_copy(3)>, L<EC_POINT_new(3)|EC_POINT_new(3)>,
HDec.pod55 EC_POINT *EC_POINT_new(const EC_GROUP *group);
186 …estroying and manipulating B<EC_POINT> objects are explained in L<EC_POINT_new(3)|EC_POINT_new(3)>,
197 L<EC_POINT_new(3)|EC_POINT_new(3)>, L<EC_POINT_add(3)|EC_POINT_add(3)>, L<EC_KEY_new(3)|EC_KEY_new(…
HDEC_GFp_simple_method.pod56 L<EC_POINT_new(3)|EC_POINT_new(3)>, L<EC_POINT_add(3)|EC_POINT_add(3)>, L<EC_KEY_new(3)|EC_KEY_new(…
HDEC_POINT_new.pod5 EC_POINT_new, EC_POINT_free, EC_POINT_clear_free, EC_POINT_copy, EC_POINT_dup, EC_POINT_method_of, …
12 EC_POINT *EC_POINT_new(const EC_GROUP *group);
52 … point on a curve. A new point is constructed by calling the function EC_POINT_new and providing t…
103 EC_POINT_new and EC_POINT_dup return the newly allocated EC_POINT or NULL on error.
HDd2i_ECPrivateKey.pod61 L<EC_GROUP_copy(3)|EC_GROUP_copy(3)>, L<EC_POINT_new(3)|EC_POINT_new(3)>,
HDEC_POINT_add.pod69 L<EC_POINT_new(3)|EC_POINT_new(3)>, L<EC_KEY_new(3)|EC_KEY_new(3)>,
HDd2i_ECPKParameters.pod81 L<EC_POINT_new(3)|EC_POINT_new(3)>, L<EC_POINT_add(3)|EC_POINT_add(3)>, L<EC_KEY_new(3)|EC_KEY_new(…
HDEC_GROUP_new.pod92 L<EC_POINT_new(3)|EC_POINT_new(3)>, L<EC_POINT_add(3)|EC_POINT_add(3)>, L<EC_KEY_new(3)|EC_KEY_new(…
/NextBSD/crypto/openssl/crypto/ecdsa/
HDecs_ossl.c120 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup()
428 if ((point = EC_POINT_new(group)) == NULL) { in ecdsa_do_verify()
/NextBSD/crypto/openssh/
HDkexecdhc.c93 if ((server_public = EC_POINT_new(group)) == NULL) in kexecdh_client()
HDkexecdhs.c79 if ((client_public = EC_POINT_new(group)) == NULL) in kexecdh_server()
/NextBSD/crypto/openssl/crypto/ecdh/
HDech_ossl.c151 if ((tmp = EC_POINT_new(group)) == NULL) { in ecdh_compute_key()
/NextBSD/contrib/wpa/src/eap_server/
HDeap_server_pwd.c209 ((data->my_element = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_build_commit_req()
679 ((point = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_process_commit_resp()
680 ((K = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_process_commit_resp()
681 ((data->peer_element = EC_POINT_new(data->grp->group)) == NULL)) { in eap_pwd_process_commit_resp()
/NextBSD/contrib/wpa/src/eap_peer/
HDeap_pwd.c384 ((data->my_element = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_perform_commit_exchange()
432 ((K = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_perform_commit_exchange()
433 ((point = EC_POINT_new(data->grp->group)) == NULL) || in eap_pwd_perform_commit_exchange()
434 ((data->server_element = EC_POINT_new(data->grp->group)) == NULL)) in eap_pwd_perform_commit_exchange()

12