/external/boringssl/src/crypto/ec/ |
ec_test.cc | 212 if (!EC_POINT_set_affine_coordinates_GFp(group, point.get(), x.get(), y.get(), 214 fprintf(stderr, "EC_POINT_set_affine_coordinates_GFp failed with nid %d\n", 230 if (EC_POINT_set_affine_coordinates_GFp(group, invalid_point.get(), x.get(), 233 "EC_POINT_set_affine_coordinates_GFp succeeded with invalid "
|
oct.c | 239 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) { 396 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) {
|
ec_key.c | 381 if (!EC_POINT_set_affine_coordinates_GFp(key->group, point, x, y, ctx) ||
|
ec.c | 462 if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx)) { 795 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
|
simple.c | 1134 !EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) { [all...] |
/external/boringssl/src/include/openssl/ |
ec.h | 213 /* EC_POINT_set_affine_coordinates_GFp sets the value of |p| to be (|x|, |y|). 217 OPENSSL_EXPORT int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group,
|
/external/tpm2/ |
CpriECC.c | 186 && EC_POINT_set_affine_coordinates_GFp(group, P, bnX, bnY, groupContext) 227 || !EC_POINT_set_affine_coordinates_GFp(group, ecP, bnX, bnY, context) [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 1432 if (!EC_POINT_set_affine_coordinates_GFp(e->group, elem, x, y,
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 447 if (!EC_POINT_set_affine_coordinates_GFp(data->grp->group,
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 705 if (!EC_POINT_set_affine_coordinates_GFp(data->grp->group,
|
/external/boringssl/src/ssl/ |
s3_srvr.c | [all...] |
/external/conscrypt/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |