Searched defs:bn_mod_exp_mont_small (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
H A Dexponentiation.c731 int bn_mod_exp_mont_small(BN_ULONG *r, size_t num_r, const BN_ULONG *a, function
864 return bn_mod_exp_mont_small(r, num_r, a, num_a, p_minus_two, num_p, mont);

Completed in 273 milliseconds