Searched refs:copy_from_prebuf (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | exponentiation.c | 791 static int copy_from_prebuf(BIGNUM *b, int top, unsigned char *buf, int idx, in copy_from_prebuf() function 1157 if (!copy_from_prebuf(&tmp, top, powerbuf, wvalue, numPowers)) { in BN_mod_exp_mont_consttime() 1176 if (!copy_from_prebuf(&am, top, powerbuf, wvalue, numPowers)) { in BN_mod_exp_mont_consttime()
|