Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c843 static int copy_from_prebuf(BIGNUM *b, int top, const BN_ULONG *table, int idx, in copy_from_prebuf() function
1181 if (!copy_from_prebuf(&tmp, top, powerbuf, wvalue, window)) { in BN_mod_exp_mont_consttime()
1199 if (!copy_from_prebuf(&am, top, powerbuf, wvalue, window)) { in BN_mod_exp_mont_consttime()