Home
last modified time | relevance | path

Searched refs:MOD_EXP_CTIME_COPY_FROM_PREBUF (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/bn/
Dbn_exp.c542 static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int widt… in MOD_EXP_CTIME_COPY_FROM_PREBUF() function
700 if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(computeTemp, top, powerbuf, wvalue, numPowers)) goto err; in BN_mod_exp_mont_consttime()