Home
last modified time | relevance | path

Searched refs:ec_GFp_simple_is_at_infinity (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c215 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()
Dec_montgomery.c186 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()
Doct.c86 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_simple_point2oct()
Dp256-x86_64.c447 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()
Dinternal.h408 int ec_GFp_simple_is_at_infinity(const EC_GROUP *, const EC_RAW_POINT *);
Dec.c753 return ec_GFp_simple_is_at_infinity(group, &point->raw); in EC_POINT_is_at_infinity()
Dp224-64.c968 if (ec_GFp_simple_is_at_infinity(group, point)) { in ec_GFp_nistp224_point_get_affine_coordinates()
/external/boringssl/src/third_party/fiat/
Dp256.c833 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/
Dgrpc_shadow_boringssl_symbol_list1208 ec_GFp_simple_is_at_infinity
DBoringSSL-GRPC.podspec2760 '#define ec_GFp_simple_is_at_infinity GRPC_SHADOW_ec_GFp_simple_is_at_infinity',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1236 #define ec_GFp_simple_is_at_infinity GRPC_SHADOW_ec_GFp_simple_is_at_infinity macro