Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c836 static void copy_to_prebuf(const BIGNUM *b, int top, BN_ULONG *table, int idx, in copy_to_prebuf() function
1153 copy_to_prebuf(&tmp, top, powerbuf, 0, window); in BN_mod_exp_mont_consttime()
1154 copy_to_prebuf(&am, top, powerbuf, 1, window); in BN_mod_exp_mont_consttime()
1165 copy_to_prebuf(&tmp, top, powerbuf, 2, window); in BN_mod_exp_mont_consttime()
1173 copy_to_prebuf(&tmp, top, powerbuf, i, window); in BN_mod_exp_mont_consttime()