Searched refs:MOD_EXP_CTIME_COPY_FROM_PREBUF (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libcrypto/bn/ |
H A D | bn_exp.c | 332 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, in MOD_EXP_CTIME_COPY_FROM_PREBUF() function 607 if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&tmp, top, powerbuf, in BN_mod_exp_mont_consttime() 626 if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&am, top, powerbuf, in BN_mod_exp_mont_consttime()
|