| /NextBSD/secure/lib/libcrypto/ |
| HD | Makefile.man | 89 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/ |
| HD | ectest.c | 136 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 …]
|
| HD | ec_mult.c | 591 *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()
|
| HD | ec_key.c | 164 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()
|
| HD | ec_check.c | 94 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_check()
|
| HD | ec_print.c | 105 if ((ret = EC_POINT_new(group)) == NULL) { in EC_POINT_bn2point()
|
| HD | ec_lib.c | 217 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()
|
| HD | ec2_mult.c | 403 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()
|
| HD | ec_asn1.c | 868 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/ |
| HD | gost2001.c | 81 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()
|
| HD | gost2001_keyx.c | 29 EC_POINT *pnt = EC_POINT_new(EC_KEY_get0_group(priv_key)); in VKO_compute_key()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | EC_KEY_new.pod | 71 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)>,
|
| HD | ec.pod | 55 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(…
|
| HD | EC_GFp_simple_method.pod | 56 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(…
|
| HD | EC_POINT_new.pod | 5 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.
|
| HD | d2i_ECPrivateKey.pod | 61 L<EC_GROUP_copy(3)|EC_GROUP_copy(3)>, L<EC_POINT_new(3)|EC_POINT_new(3)>,
|
| HD | EC_POINT_add.pod | 69 L<EC_POINT_new(3)|EC_POINT_new(3)>, L<EC_KEY_new(3)|EC_KEY_new(3)>,
|
| HD | d2i_ECPKParameters.pod | 81 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(…
|
| HD | EC_GROUP_new.pod | 92 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/ |
| HD | ecs_ossl.c | 120 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/ |
| HD | kexecdhc.c | 93 if ((server_public = EC_POINT_new(group)) == NULL) in kexecdh_client()
|
| HD | kexecdhs.c | 79 if ((client_public = EC_POINT_new(group)) == NULL) in kexecdh_server()
|
| /NextBSD/crypto/openssl/crypto/ecdh/ |
| HD | ech_ossl.c | 151 if ((tmp = EC_POINT_new(group)) == NULL) { in ecdh_compute_key()
|
| /NextBSD/contrib/wpa/src/eap_server/ |
| HD | eap_server_pwd.c | 209 ((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/ |
| HD | eap_pwd.c | 384 ((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()
|