Home
last modified time | relevance | path

Searched refs:field_decode (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c307 if (group->meth->field_decode == 0) { in ec_GFp_simple_set_compressed_coordinates()
328 if (group->meth->field_decode) { in ec_GFp_simple_set_compressed_coordinates()
329 if (!group->meth->field_decode(group, tmp2, &group->a, ctx) || in ec_GFp_simple_set_compressed_coordinates()
346 if (group->meth->field_decode) { in ec_GFp_simple_set_compressed_coordinates()
347 if (!group->meth->field_decode(group, tmp2, &group->b, ctx) || in ec_GFp_simple_set_compressed_coordinates()
Dsimple.c204 if (group->meth->field_decode) { in ec_GFp_simple_group_get_curve()
211 if (a != NULL && !group->meth->field_decode(group, a, &group->a, ctx)) { in ec_GFp_simple_group_get_curve()
214 if (b != NULL && !group->meth->field_decode(group, b, &group->b, ctx)) { in ec_GFp_simple_group_get_curve()
323 if (group->meth->field_decode != 0) { in ec_GFp_simple_get_Jprojective_coordinates_GFp()
331 if (x != NULL && !group->meth->field_decode(group, x, &point->X, ctx)) { in ec_GFp_simple_get_Jprojective_coordinates_GFp()
334 if (y != NULL && !group->meth->field_decode(group, y, &point->Y, ctx)) { in ec_GFp_simple_get_Jprojective_coordinates_GFp()
337 if (z != NULL && !group->meth->field_decode(group, z, &point->Z, ctx)) { in ec_GFp_simple_get_Jprojective_coordinates_GFp()
Dinternal.h108 int (*field_decode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
Dec_montgomery.c303 out->field_decode = ec_GFp_mont_field_decode; in DEFINE_METHOD_FUNCTION()
Dp256-x86_64.c557 out->field_decode = ec_GFp_mont_field_decode; in DEFINE_METHOD_FUNCTION()
Dp224-64.c1162 out->field_decode = NULL; in DEFINE_METHOD_FUNCTION()
Dp256-64.c1708 out->field_decode = NULL; in DEFINE_METHOD_FUNCTION()