Home
last modified time | relevance | path

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

12

/freebsd-14-stable/crypto/openssl/test/
HDectest.c52 || !TEST_ptr(P = EC_POINT_new(group)) in group_order_tests()
53 || !TEST_ptr(Q = EC_POINT_new(group)) in group_order_tests()
54 || !TEST_ptr(R = EC_POINT_new(group)) in group_order_tests()
55 || !TEST_ptr(S = EC_POINT_new(group))) in group_order_tests()
192 if (!TEST_ptr(P = EC_POINT_new(group)) in prime_field_tests()
193 || !TEST_ptr(Q = EC_POINT_new(group)) in prime_field_tests()
194 || !TEST_ptr(R = EC_POINT_new(group)) in prime_field_tests()
805 || !TEST_ptr(P = EC_POINT_new(group)) in char2_curve_test()
806 || !TEST_ptr(Q = EC_POINT_new(group)) in char2_curve_test()
807 || !TEST_ptr(R = EC_POINT_new(group)) in char2_curve_test()
[all …]
HDsm2_internal_test.c101 generator = EC_POINT_new(group); in create_EC_group()
162 pt = EC_POINT_new(group); in test_sm2_crypt()
332 pt = EC_POINT_new(group); in test_sm2_sign()
HDec_internal_test.c276 P = EC_POINT_new(grp); in underflow_test()
277 Q = EC_POINT_new(grp); in underflow_test()
278 R = EC_POINT_new(grp); in underflow_test()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDec_mult.c172 if (((p = EC_POINT_new(group)) == NULL) in ossl_ec_scalar_mul_ladder()
173 || ((s = EC_POINT_new(group)) == NULL)) { in ossl_ec_scalar_mul_ladder()
675 *v = EC_POINT_new(group); in ossl_ec_wNAF_mul()
686 if ((tmp = EC_POINT_new(group)) == NULL) in ossl_ec_wNAF_mul()
904 if ((var[i] = EC_POINT_new(group)) == NULL) { in ossl_ec_wNAF_precompute_mult()
910 if ((tmp_point = EC_POINT_new(group)) == NULL in ossl_ec_wNAF_precompute_mult()
911 || (base = EC_POINT_new(group)) == NULL) { in ossl_ec_wNAF_precompute_mult()
HDec_key.c137 dest->pub_key = EC_POINT_new(src->group); in EC_KEY_copy()
308 pub_key = EC_POINT_new(group); in ec_generate_key()
481 point = EC_POINT_new(eckey->group); in ossl_ec_key_public_check()
542 point = EC_POINT_new(eckey->group); in ossl_ec_key_pairwise_check()
615 point = EC_POINT_new(key->group); in EC_KEY_set_public_key_affine_coordinates()
881 key->pub_key = EC_POINT_new(key->group); in EC_KEY_oct2key()
HDec_deprecated.c61 if ((ret = EC_POINT_new(group)) == NULL) { in EC_POINT_bn2point()
HDec_print.c61 pt = EC_POINT_new(group); in EC_POINT_hex2point()
HDec_check.c94 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_check()
HDecdh_ossl.c91 if ((tmp = EC_POINT_new(group)) == NULL) { in ossl_ecdh_simple_compute_key()
HDecdsa_ossl.c129 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup()
469 if ((point = EC_POINT_new(group)) == NULL) { in ossl_ecdsa_simple_verify_sig()
HDec_lib.c225 dest->generator = EC_POINT_new(dest); in EC_GROUP_copy()
401 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
716 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new() function
794 t = EC_POINT_new(group); in EC_POINT_dup()
1688 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_new_from_params()
HDec_backend.c424 || (pub_point = EC_POINT_new(ecg)) == NULL in ossl_ec_key_fromdata()
629 ret->pub_key = EC_POINT_new(ret->group); in ossl_ec_key_dup()
/freebsd-14-stable/contrib/libfido2/fuzz/
HDwrapped.sym34 EC_POINT_new
/freebsd-14-stable/crypto/openssl/crypto/sm2/
HDsm2_crypt.c164 kG = EC_POINT_new(group); in ossl_sm2_encrypt()
165 kP = EC_POINT_new(group); in ossl_sm2_encrypt()
362 C1 = EC_POINT_new(group); in ossl_sm2_decrypt()
HDsm2_sign.c220 kG = EC_POINT_new(group); in sm2_sig_gen()
346 pt = EC_POINT_new(group); in sm2_sig_verify()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEC_POINT_new.pod7 EC_POINT_new,
36 EC_POINT *EC_POINT_new(const EC_GROUP *group);
105 constructed by calling the function EC_POINT_new() and providing the
221 EC_POINT_new() and EC_POINT_dup() return the newly allocated EC_POINT or NULL
HDECPKParameters_print.pod39 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
HDEC_KEY_get_enc_flags.pod44 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
HDEC_GFp_simple_method.pod62 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
HDEC_KEY_new.pod145 point_conversion_forms please see L<EC_POINT_new(3)>.
224 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
/freebsd-14-stable/crypto/openssh/
HDsshbuf-getput-crypto.c97 EC_POINT *pt = EC_POINT_new(EC_KEY_get0_group(v)); in sshbuf_get_eckey()
HDkexecdh.c156 if ((dh_pub = EC_POINT_new(group)) == NULL) { in kex_ecdh_dec_key_group()
/freebsd-14-stable/contrib/libfido2/src/
HDes256.c301 if ((q = EC_POINT_new(g)) == NULL || in es256_pk_to_EVP_PKEY()
472 (q = EC_POINT_new(g)) == NULL) { in es256_derive_pk()
HDes384.c144 if ((q = EC_POINT_new(g)) == NULL || in es384_pk_to_EVP_PKEY()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile141 MAN+= EC_POINT_new.3
1482 MLINKS+= EC_POINT_new.3 EC_POINT_bn2point.3
1483 MLINKS+= EC_POINT_new.3 EC_POINT_clear_free.3
1485 MLINKS+= EC_POINT_new.3 EC_POINT_copy.3
1487 MLINKS+= EC_POINT_new.3 EC_POINT_dup.3
1488 MLINKS+= EC_POINT_new.3 EC_POINT_free.3
1489 MLINKS+= EC_POINT_new.3 EC_POINT_get_Jprojective_coordinates_GFp.3
1490 MLINKS+= EC_POINT_new.3 EC_POINT_get_affine_coordinates.3
1491 MLINKS+= EC_POINT_new.3 EC_POINT_get_affine_coordinates_GF2m.3
1492 MLINKS+= EC_POINT_new.3 EC_POINT_get_affine_coordinates_GFp.3
[all …]

12