Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_montgomery.c269 out->field_decode = ec_GFp_mont_field_decode; in DEFINE_METHOD_FUNCTION()
Dsimple.c192 if (group->meth->field_decode) { in ec_GFp_simple_group_get_curve()
199 if (a != NULL && !group->meth->field_decode(group, a, &group->a, ctx)) { in ec_GFp_simple_group_get_curve()
202 if (b != NULL && !group->meth->field_decode(group, b, &group->b, ctx)) { in ec_GFp_simple_group_get_curve()
Dinternal.h134 int (*field_decode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
Dp256-x86_64.c447 out->field_decode = ec_GFp_mont_field_decode; in DEFINE_METHOD_FUNCTION()
Dp224-64.c1109 out->field_decode = NULL; in DEFINE_METHOD_FUNCTION()
/external/boringssl/src/third_party/fiat/
Dp256.c1741 out->field_decode = ec_GFp_mont_field_decode; in DEFINE_METHOD_FUNCTION()