Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dfelem.c30 return group->meth->bignum_to_felem(group, out, in); in ec_bignum_to_felem()
Dinternal.h172 int (*bignum_to_felem)(const EC_GROUP *group, EC_FELEM *out, member
Dec_montgomery.c476 out->bignum_to_felem = ec_GFp_mont_bignum_to_felem; in DEFINE_METHOD_FUNCTION()
Dp256-x86_64.c652 out->bignum_to_felem = ec_GFp_mont_bignum_to_felem; in DEFINE_METHOD_FUNCTION()
Dp224-64.c1118 out->bignum_to_felem = ec_GFp_nistp224_bignum_to_felem; in DEFINE_METHOD_FUNCTION()
/external/boringssl/src/third_party/fiat/
Dp256.c1073 out->bignum_to_felem = ec_GFp_mont_bignum_to_felem; in DEFINE_METHOD_FUNCTION()