Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c46 #define BN_CONSTTIME_SIZE_LIMIT (INT_MAX / BN_BYTES / 256) macro
331 if (m->top <= BN_CONSTTIME_SIZE_LIMIT in BN_mod_exp_mont()
627 if (top > BN_CONSTTIME_SIZE_LIMIT) { in bn_mod_exp_mont_fixed_top()