Searched refs:EC_POINT_set_affine_coordinates (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_openssl.c | 156 static int EC_POINT_set_affine_coordinates(const EC_GROUP *group, in EC_POINT_set_affine_coordinates() function 2509 if (!EC_POINT_set_affine_coordinates(e->group, elem, x, y, e->bnctx)) { in crypto_ec_point_from_bin() 2917 if (!EC_POINT_set_affine_coordinates(ecdh->ec->group, pub, in crypto_ecdh_set_peerkey() 3296 if (!EC_POINT_set_affine_coordinates(ec_group, point, x, y, ctx)) { in crypto_ec_key_set_pub()
|