Searched refs:EC_POINT_is_at_infinity (Results 1 – 16 of 16) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | simple.c | 466 if (EC_POINT_is_at_infinity(group, point)) { in ec_GFp_simple_point_get_affine_coordinates() 574 if (EC_POINT_is_at_infinity(group, a)) { in ec_GFp_simple_add() 577 if (EC_POINT_is_at_infinity(group, b)) { in ec_GFp_simple_add() 762 if (EC_POINT_is_at_infinity(group, a)) { in ec_GFp_simple_dbl() 880 if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(&point->Y)) { in ec_GFp_simple_invert() 902 if (EC_POINT_is_at_infinity(group, point)) { in ec_GFp_simple_is_on_curve() 1012 if (EC_POINT_is_at_infinity(group, a)) { in ec_GFp_simple_cmp() 1013 return EC_POINT_is_at_infinity(group, b) ? 0 : 1; in ec_GFp_simple_cmp() 1016 if (EC_POINT_is_at_infinity(group, b)) { in ec_GFp_simple_cmp() 1115 if (point->Z_is_one || EC_POINT_is_at_infinity(group, point)) { in ec_GFp_simple_make_affine()
|
D | example_mul.c | 100 !EC_POINT_is_at_infinity(group, result)) { in example_EC_POINT_mul()
|
D | ec_montgomery.c | 251 !EC_POINT_is_at_infinity(group, point)) { in ec_GFp_mont_check_pub_key_order()
|
D | oct.c | 92 if (EC_POINT_is_at_infinity(group, point)) { in ec_GFp_simple_point2oct()
|
D | ec_key.c | 307 if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key)) { in EC_KEY_check_key()
|
D | p256-x86_64.c | 534 if (EC_POINT_is_at_infinity(group, point)) { in ecp_nistz256_get_affine()
|
D | ec.c | 734 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { in EC_POINT_is_at_infinity() function
|
D | p224-64.c | 1075 if (EC_POINT_is_at_infinity(group, point)) { in ec_GFp_nistp224_point_get_affine_coordinates()
|
D | p256-64.c | 1656 if (EC_POINT_is_at_infinity(group, point)) { in ec_GFp_nistp256_point_get_affine_coordinates()
|
/external/boringssl/src/include/openssl/ |
D | ec.h | 178 OPENSSL_EXPORT int EC_POINT_is_at_infinity(const EC_GROUP *group,
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 274 if (EC_POINT_is_at_infinity(grp->group, grp->pwe)) { in compute_password_element()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pwd.c | 721 if (EC_POINT_is_at_infinity(data->grp->group, point)) { in eap_pwd_process_commit_resp() 756 if (EC_POINT_is_at_infinity(data->grp->group, K)) { in eap_pwd_process_commit_resp()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 463 if (EC_POINT_is_at_infinity(data->grp->group, point)) { in eap_pwd_perform_commit_exchange() 498 if (EC_POINT_is_at_infinity(data->grp->group, K)) { in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 1524 return EC_POINT_is_at_infinity(e->group, (const EC_POINT *) p); in crypto_ec_point_is_at_infinity()
|
/external/tpm2/ |
D | CpriECC.c | 278 if(EC_POINT_is_at_infinity(group, ecpQ)) in PointMul()
|
D | part4.txt | 33356 208 if(EC_POINT_is_at_infinity(group, ecpQ))
|