Searched refs:MOD_EXP_CTIME_COPY_TO_PREBUF (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 515 static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_TO_PREBUF() function 1053 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0, window)) in bn_mod_exp_mont_fixed_top() 1055 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am, top, powerbuf, 1, window)) in bn_mod_exp_mont_fixed_top() 1067 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 2, in bn_mod_exp_mont_fixed_top() 1074 if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, i, in bn_mod_exp_mont_fixed_top()
|