Home
last modified time | relevance | path

Searched refs:ec_scalar_from_montgomery (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c68 void ec_scalar_from_montgomery(const EC_GROUP *group, EC_SCALAR *r, in ec_scalar_from_montgomery() function
Dinternal.h310 void ec_scalar_from_montgomery(const EC_GROUP *group, EC_SCALAR *r,
Dsimple.c365 ec_scalar_from_montgomery(group, out, out); in ec_GFp_simple_mont_inv_mod_ord_vartime()
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa.c232 ec_scalar_from_montgomery(group, out_kinv_mont, out_kinv_mont); in ecdsa_sign_setup()