/third_party/openssl/test/ |
D | ectest.c | 43 || !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 …]
|
D | sm2_internal_test.c | 105 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/ |
D | ec_mult.c | 166 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()
|
D | ec_key.c | 105 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()
|
D | ec_check.c | 49 if ((point = EC_POINT_new(group)) == NULL) in EC_GROUP_check()
|
D | ecdh_ossl.c | 76 if ((tmp = EC_POINT_new(group)) == NULL) { in ecdh_simple_compute_key()
|
D | ec_print.c | 54 if ((ret = EC_POINT_new(group)) == NULL) { in EC_POINT_bn2point()
|
D | ecdsa_ossl.c | 74 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()
|
D | ec_lib.c | 193 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()
|
D | ecp_nistz256.c | 873 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()
|
D | ec_asn1.c | 772 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()
|
D | ecp_nistp224.c | 1445 generator = EC_POINT_new(group); 1625 generator = EC_POINT_new(group);
|
D | ec_curve.c | 3072 if ((P = EC_POINT_new(group)) == NULL) { in ec_group_new_from_data()
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 142 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()
|
D | sm2_sign.c | 200 kG = EC_POINT_new(group); in sm2_sig_gen() 300 pt = EC_POINT_new(group); in sm2_sig_verify()
|
/third_party/openssl/doc/man3/ |
D | EC_POINT_new.pod | 7 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
|
D | ECPKParameters_print.pod | 32 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
D | EC_KEY_get_enc_flags.pod | 44 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
|
D | EC_GFp_simple_method.pod | 56 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
D | EC_KEY_new.pod | 109 point_conversion_forms please see L<EC_POINT_new(3)>. 180 L<EC_GROUP_copy(3)>, L<EC_POINT_new(3)>,
|
D | EC_POINT_add.pod | 74 L<EC_POINT_new(3)>, L<EC_KEY_new(3)>,
|
D | EC_GROUP_new.pod | 150 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/ |
D | crypto_openssl.c | 1733 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/ |
D | crypto_openssl.c | 1806 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/ |
D | dpp.c | 531 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 …]
|