Searched refs:ec_GFp_simple_is_at_infinity (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | simple.c | 215 int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, in ec_GFp_simple_is_at_infinity() function 222 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_simple_is_on_curve() 282 if (ec_GFp_simple_is_at_infinity(group, a)) { in ec_GFp_simple_cmp() 283 return ec_GFp_simple_is_at_infinity(group, b) ? 0 : 1; in ec_GFp_simple_cmp() 286 if (ec_GFp_simple_is_at_infinity(group, b)) { in ec_GFp_simple_cmp() 371 if (ec_GFp_simple_is_at_infinity(group, p)) { in ec_GFp_simple_cmp_x_coordinate()
|
D | ec_montgomery.c | 186 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_mont_point_get_affine_coordinates() 430 if (ec_GFp_simple_is_at_infinity(group, p)) { in ec_GFp_mont_cmp_x_coordinate()
|
D | oct.c | 86 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_simple_point2oct()
|
D | p256-x86_64.c | 447 if (ec_GFp_simple_is_at_infinity(group, point)) { in ecp_nistz256_get_affine() 605 if (ec_GFp_simple_is_at_infinity(group, p)) { in ecp_nistz256_cmp_x_coordinate()
|
D | internal.h | 408 int ec_GFp_simple_is_at_infinity(const EC_GROUP *, const EC_RAW_POINT *);
|
D | ec.c | 753 return ec_GFp_simple_is_at_infinity(group, &point->raw); in EC_POINT_is_at_infinity()
|
D | p224-64.c | 968 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_nistp224_point_get_affine_coordinates()
|
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 833 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_nistp256_point_get_affine_coordinates() 1018 if (ec_GFp_simple_is_at_infinity(group, p)) { in ec_GFp_nistp256_cmp_x_coordinate()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1208 ec_GFp_simple_is_at_infinity
|
D | BoringSSL-GRPC.podspec | 2760 '#define ec_GFp_simple_is_at_infinity GRPC_SHADOW_ec_GFp_simple_is_at_infinity',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1236 #define ec_GFp_simple_is_at_infinity GRPC_SHADOW_ec_GFp_simple_is_at_infinity macro
|