Home
last modified time | relevance | path

Searched refs:EC_POINT_set_affine_coordinates_GFp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
HDec.h506 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p,
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDcrypto_openssl.c1757 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/
HDec_lib.c1008 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/
HDdpp.c539 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()