Home
last modified time | relevance | path

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

12

/third_party/openssl/test/
Dectest.c43 || !TEST_ptr(P = EC_POINT_new(group)) in group_order_tests()
44 || !TEST_ptr(Q = EC_POINT_new(group)) in group_order_tests()
45 || !TEST_ptr(R = EC_POINT_new(group)) in group_order_tests()
46 || !TEST_ptr(S = EC_POINT_new(group))) in group_order_tests()
190 if (!TEST_ptr(P = EC_POINT_new(group)) in prime_field_tests()
191 || !TEST_ptr(Q = EC_POINT_new(group)) in prime_field_tests()
192 || !TEST_ptr(R = EC_POINT_new(group)) in prime_field_tests()
831 || !TEST_ptr(P = EC_POINT_new(group)) in char2_curve_test()
832 || !TEST_ptr(Q = EC_POINT_new(group)) in char2_curve_test()
833 || !TEST_ptr(R = EC_POINT_new(group)) in char2_curve_test()
[all …]
Dsm2_internal_test.c105 generator = EC_POINT_new(group); in create_EC_group()
166 pt = EC_POINT_new(group); in test_sm2_crypt()
331 pt = EC_POINT_new(group); in test_sm2_sign()
/third_party/openssl/crypto/ec/
Dec_mult.c166 if (((p = EC_POINT_new(group)) == NULL) in ec_scalar_mul_ladder()
167 || ((s = EC_POINT_new(group)) == NULL)) { in ec_scalar_mul_ladder()
667 *v = EC_POINT_new(group); in ec_wNAF_mul()
678 if ((tmp = EC_POINT_new(group)) == NULL) in ec_wNAF_mul()
890 if ((var[i] = EC_POINT_new(group)) == NULL) { in ec_wNAF_precompute_mult()
896 if ((tmp_point = EC_POINT_new(group)) == NULL in ec_wNAF_precompute_mult()
897 || (base = EC_POINT_new(group)) == NULL) { in ec_wNAF_precompute_mult()
Dec_key.c105 dest->pub_key = EC_POINT_new(src->group); in EC_KEY_copy()
227 pub_key = EC_POINT_new(eckey->group); in ec_key_simple_generate_key()
290 if ((point = EC_POINT_new(eckey->group)) == NULL) in ec_key_simple_check_key()
356 point = EC_POINT_new(key->group); in EC_KEY_set_public_key_affine_coordinates()
588 key->pub_key = EC_POINT_new(key->group); in EC_KEY_oct2key()
Dec_check.c49 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_check()
Decdh_ossl.c76 if ((tmp = EC_POINT_new(group)) == NULL) { in ecdh_simple_compute_key()
Dec_print.c54 if ((ret = EC_POINT_new(group)) == NULL) { in EC_POINT_bn2point()
Decdsa_ossl.c74 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup()
400 if ((point = EC_POINT_new(group)) == NULL) { in ossl_ecdsa_verify_sig()
Dec_lib.c193 dest->generator = EC_POINT_new(dest); in EC_GROUP_copy()
367 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
650 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new() function
728 t = EC_POINT_new(group); in EC_POINT_dup()
Decp_nistz256.c873 P = EC_POINT_new(group); in ecp_nistz256_mult_precompute()
874 T = EC_POINT_new(group); in ecp_nistz256_mult_precompute()
993 EC_POINT *pre_comp_generator = EC_POINT_new(group); in ecp_nistz256_points_mul()
Dec_asn1.c772 if ((point = EC_POINT_new(ret)) == NULL) in EC_GROUP_new_from_ecparameters()
1039 ret->pub_key = EC_POINT_new(ret->group); in d2i_ECPrivateKey()
Decp_nistp224.c1445 generator = EC_POINT_new(group);
1625 generator = EC_POINT_new(group);
Dec_curve.c3072 if ((P = EC_POINT_new(group)) == NULL) { in ec_group_new_from_data()
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c142 kG = EC_POINT_new(group); in sm2_encrypt()
143 kP = EC_POINT_new(group); in sm2_encrypt()
326 C1 = EC_POINT_new(group); in sm2_decrypt()
Dsm2_sign.c200 kG = EC_POINT_new(group); in sm2_sig_gen()
300 pt = EC_POINT_new(group); in sm2_sig_verify()
/third_party/openssl/doc/man3/
DEC_POINT_new.pod7 EC_POINT_new,
36 EC_POINT *EC_POINT_new(const EC_GROUP *group);
101 constructed by calling the function EC_POINT_new() and providing the
211 EC_POINT_new() and EC_POINT_dup() return the newly allocated EC_POINT or NULL
DECPKParameters_print.pod32 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
DEC_KEY_get_enc_flags.pod44 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
DEC_GFp_simple_method.pod56 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
DEC_KEY_new.pod109 point_conversion_forms please see L<EC_POINT_new(3)>.
180 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
DEC_POINT_add.pod74 L<EC_POINT_new(3)>, L<EC_KEY_new(3)>,
DEC_GROUP_new.pod150 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1733 return (struct crypto_ec_point *) EC_POINT_new(e->group); in crypto_ec_point_init()
1843 elem = EC_POINT_new(e->group); in crypto_ec_point_from_bin()
2100 pub = EC_POINT_new(ecdh->ec->group); in crypto_ecdh_set_peerkey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1806 return (struct crypto_ec_point *) EC_POINT_new(e->group); in crypto_ec_point_init()
1923 elem = EC_POINT_new(e->group); in crypto_ec_point_from_bin()
2214 pub = EC_POINT_new(ecdh->ec->group); in crypto_ecdh_set_peerkey()
2390 point = EC_POINT_new(ec_group); in crypto_ec_key_set_pub()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c531 point = EC_POINT_new(group); in dpp_set_pubkey_point_group()
2732 l = EC_POINT_new(group); in dpp_auth_derive_l_responder()
2792 sum = EC_POINT_new(group); in dpp_auth_derive_l_initiator()
2793 l = EC_POINT_new(group); in dpp_auth_derive_l_initiator()
6714 Qi = EC_POINT_new(group2); in dpp_pkex_derive_Qi()
6798 Qr = EC_POINT_new(group2); in dpp_pkex_derive_Qr()
6843 point = EC_POINT_new(group); in dpp_test_gen_invalid_key()
6946 M = EC_POINT_new(group); in dpp_pkex_build_exchange_req()
7345 X = EC_POINT_new(group); in dpp_pkex_rx_exchange_req()
7346 M = EC_POINT_new(group); in dpp_pkex_rx_exchange_req()
[all …]

12