Searched refs:EC_POINT_set_affine_coordinates_GFp (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EC_POINT_new.pod | 18 EC_POINT_set_affine_coordinates_GFp, 59 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, 127 The functions EC_POINT_set_affine_coordinates_GFp() and 217 EC_POINT_set_affine_coordinates_GFp(), EC_POINT_get_affine_coordinates_GFp(),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 1931 if (!EC_POINT_set_affine_coordinates_GFp(e->group, elem, x, y, in crypto_ec_point_from_bin() 2222 if (!EC_POINT_set_affine_coordinates_GFp(ecdh->ec->group, pub, in crypto_ecdh_set_peerkey() 2394 if (!EC_POINT_set_affine_coordinates_GFp(ec_group, point, x, y, ctx)) { in crypto_ec_key_set_pub()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 528 DEPRECATEDIN_1_2_0(int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 1851 if (!EC_POINT_set_affine_coordinates_GFp(e->group, elem, x, y, in crypto_ec_point_from_bin() 2108 if (!EC_POINT_set_affine_coordinates_GFp(ecdh->ec->group, pub, in crypto_ecdh_set_peerkey()
|
/third_party/openssl/crypto/ec/ |
D | ec_lib.c | 820 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_affine_coordinates_GFp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 539 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) { in dpp_set_pubkey_point_group() 6858 if (EC_POINT_set_affine_coordinates_GFp(group, point, x, y, in dpp_test_gen_invalid_key() 7350 EC_POINT_set_affine_coordinates_GFp(group, M, Mx, My, bnctx) != 1 || in dpp_pkex_rx_exchange_req() 7692 EC_POINT_set_affine_coordinates_GFp(group, N, Nx, Ny, bnctx) != 1 || in dpp_pkex_rx_exchange_resp()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1367 #define EC_POINT_set_affine_coordinates_GFp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_POINT_set_aff… macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 640 EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP:124:EC_POINT_set_affine_coordinates_GFp
|
/third_party/openssl/util/ |
D | libcrypto.num | 3237 EC_POINT_set_affine_coordinates_GFp 3190 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_2_0,EC
|