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.c740 static int copy_to_prebuf(const BIGNUM *b, int top, unsigned char *buf, int idx, in copy_to_prebuf() function
1109 if (!copy_to_prebuf(&tmp, top, powerbuf, 0, window) || in BN_mod_exp_mont_consttime()
1110 !copy_to_prebuf(&am, top, powerbuf, 1, window)) { in BN_mod_exp_mont_consttime()
1121 !copy_to_prebuf(&tmp, top, powerbuf, 2, window)) { in BN_mod_exp_mont_consttime()
1127 !copy_to_prebuf(&tmp, top, powerbuf, i, window)) { in BN_mod_exp_mont_consttime()