Home
last modified time | relevance | path

Searched refs:cmp_x_coordinate (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h191 int (*cmp_x_coordinate)(const EC_GROUP *group, const EC_RAW_POINT *p, member
Dec_montgomery.c480 out->cmp_x_coordinate = ec_GFp_mont_cmp_x_coordinate; in DEFINE_METHOD_FUNCTION()
Dp256-x86_64.c656 out->cmp_x_coordinate = ecp_nistz256_cmp_x_coordinate; in DEFINE_METHOD_FUNCTION()
Dec.c958 return group->meth->cmp_x_coordinate(group, p, r); in ec_cmp_x_coordinate()
Dp224-64.c1122 out->cmp_x_coordinate = ec_GFp_simple_cmp_x_coordinate; in DEFINE_METHOD_FUNCTION()
/external/boringssl/src/third_party/fiat/
Dp256.c1077 out->cmp_x_coordinate = ec_GFp_nistp256_cmp_x_coordinate; in DEFINE_METHOD_FUNCTION()