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.c873 static void copy_to_prebuf(const BIGNUM *b, int top, unsigned char *buf, in copy_to_prebuf() function
1230 copy_to_prebuf(&tmp, top, powerbuf, 0, window); in BN_mod_exp_mont_consttime()
1231 copy_to_prebuf(&am, top, powerbuf, 1, window); in BN_mod_exp_mont_consttime()
1242 copy_to_prebuf(&tmp, top, powerbuf, 2, window); in BN_mod_exp_mont_consttime()
1250 copy_to_prebuf(&tmp, top, powerbuf, i, window); in BN_mod_exp_mont_consttime()