Home
last modified time | relevance | path

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

12

/openssl/test/
H A Dectest.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 …]
H A Dsm2_internal_test.c101 generator = EC_POINT_new(group); in create_EC_group()
162 pt = EC_POINT_new(group); in test_sm2_crypt()
330 pt = EC_POINT_new(group); in test_sm2_sign()
H A Dec_internal_test.c226 P = EC_POINT_new(grp); in underflow_test()
227 Q = EC_POINT_new(grp); in underflow_test()
228 R = EC_POINT_new(grp); in underflow_test()
/openssl/crypto/ec/
H A Dec_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()
H A Dec_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()
H A Dec_deprecated.c61 if ((ret = EC_POINT_new(group)) == NULL) { in EC_POINT_bn2point()
H A Dec_print.c61 pt = EC_POINT_new(group); in EC_POINT_hex2point()
H A Dec_check.c94 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_check()
H A Decdh_ossl.c91 if ((tmp = EC_POINT_new(group)) == NULL) { in ossl_ecdh_simple_compute_key()
H A Decdsa_ossl.c115 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup()
439 if ((point = EC_POINT_new(group)) == NULL) { in ossl_ecdsa_simple_verify_sig()
H A Dec_lib.c224 dest->generator = EC_POINT_new(dest); in EC_GROUP_copy()
400 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
715 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new() function
793 t = EC_POINT_new(group); in EC_POINT_dup()
1687 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_new_from_params()
H A Dec_backend.c424 || (pub_point = EC_POINT_new(ecg)) == NULL in ossl_ec_key_fromdata()
635 ret->pub_key = EC_POINT_new(ret->group); in ossl_ec_key_dup()
H A Decp_nistz256.c878 P = EC_POINT_new(group); in ecp_nistz256_mult_precompute()
879 T = EC_POINT_new(group); in ecp_nistz256_mult_precompute()
999 EC_POINT *pre_comp_generator = EC_POINT_new(group); in ecp_nistz256_points_mul()
H A Dec_asn1.c718 if ((point = EC_POINT_new(ret)) == NULL) in EC_GROUP_new_from_ecparameters()
983 ret->pub_key = EC_POINT_new(ret->group); in d2i_ECPrivateKey()
H A Decp_nistp224.c1451 generator = EC_POINT_new(group); in ossl_ec_GFp_nistp224_points_mul()
1639 generator = EC_POINT_new(group); in ossl_ec_GFp_nistp224_precompute_mult()
H A Dec_curve.c3197 if ((P = EC_POINT_new(group)) == NULL) { in ec_group_new_from_data()
/openssl/crypto/sm2/
H A Dsm2_crypt.c152 kG = EC_POINT_new(group); in ossl_sm2_encrypt()
153 kP = EC_POINT_new(group); in ossl_sm2_encrypt()
344 C1 = EC_POINT_new(group); in ossl_sm2_decrypt()
H A Dsm2_sign.c212 kG = EC_POINT_new(group); in sm2_sig_gen()
326 pt = EC_POINT_new(group); in sm2_sig_verify()
/openssl/doc/man3/
H A DEC_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
H A DECPKParameters_print.pod39 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
H A DEC_KEY_get_enc_flags.pod44 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
H A DEC_GFp_simple_method.pod62 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
H A DEC_KEY_new.pod145 point_conversion_forms please see L<EC_POINT_new(3)>.
224 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
H A DEC_POINT_add.pod82 L<EC_POINT_new(3)>, L<EC_KEY_new(3)>,
H A DEC_GROUP_new.pod196 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,

Completed in 96 milliseconds

12