Searched refs:MOD_EXP_CTIME_COPY_TO_PREBUF (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_exp.c | 537 static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int … in MOD_EXP_CTIME_COPY_TO_PREBUF() function 770 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0, numPowers)) goto err; in BN_mod_exp_mont_consttime() 771 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am, top, powerbuf, 1, numPowers)) goto err; in BN_mod_exp_mont_consttime() 781 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 2, numPowers)) goto err; in BN_mod_exp_mont_consttime() 787 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, i, numPowers)) goto err; in BN_mod_exp_mont_consttime()
|