/external/boringssl/src/crypto/ec/ |
example_mul.c | 100 !EC_POINT_is_at_infinity(group, result)) {
|
simple.c | 466 if (EC_POINT_is_at_infinity(group, point)) { 574 if (EC_POINT_is_at_infinity(group, a)) { 577 if (EC_POINT_is_at_infinity(group, b)) { 762 if (EC_POINT_is_at_infinity(group, a)) { 880 if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(&point->Y)) { 902 if (EC_POINT_is_at_infinity(group, point)) { 1012 if (EC_POINT_is_at_infinity(group, a)) { 1013 return EC_POINT_is_at_infinity(group, b) ? 0 : 1; 1016 if (EC_POINT_is_at_infinity(group, b)) { 1115 if (point->Z_is_one || EC_POINT_is_at_infinity(group, point)) [all...] |
ec_montgomery.c | 251 !EC_POINT_is_at_infinity(group, point)) {
|
oct.c | 92 if (EC_POINT_is_at_infinity(group, point)) {
|
ec_key.c | 307 if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key)) {
|
p256-x86_64.c | 534 if (EC_POINT_is_at_infinity(group, point)) {
|
ec.c | 734 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) {
|
p224-64.c | [all...] |
p256-64.c | [all...] |
/external/boringssl/src/include/openssl/ |
ec.h | 176 /* EC_POINT_is_at_infinity returns one iff |point| is the point at infinity and 178 OPENSSL_EXPORT int EC_POINT_is_at_infinity(const EC_GROUP *group,
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.c | 274 if (EC_POINT_is_at_infinity(grp->group, grp->pwe)) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 463 if (EC_POINT_is_at_infinity(data->grp->group, point)) { 498 if (EC_POINT_is_at_infinity(data->grp->group, K)) {
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 721 if (EC_POINT_is_at_infinity(data->grp->group, point)) { 756 if (EC_POINT_is_at_infinity(data->grp->group, K)) {
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 1524 return EC_POINT_is_at_infinity(e->group, (const EC_POINT *) p);
|
/external/tpm2/ |
CpriECC.c | 278 if(EC_POINT_is_at_infinity(group, ecpQ)) [all...] |