Searched refs:EC_POINT_set_affine_coordinates_GFp (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | ec.h | 506 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
|
| /dragonfly/contrib/wpa_supplicant/src/crypto/ |
| HD | crypto_openssl.c | 1757 if (!EC_POINT_set_affine_coordinates_GFp(e->group, elem, x, y, in crypto_ec_point_from_bin() 2014 if (!EC_POINT_set_affine_coordinates_GFp(ecdh->ec->group, pub, in crypto_ecdh_set_peerkey()
|
| /dragonfly/crypto/libressl/crypto/ec/ |
| HD | ec_lib.c | 1008 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates_GFp() function
|
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | 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()
|