Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c424 #define TABLE_BITS_SMALL 5 macro
428 #define TABLE_SIZE_SMALL (1 << (TABLE_BITS_SMALL - 1))
746 if (window > TABLE_BITS_SMALL) { in bn_mod_exp_mont_small()
747 window = TABLE_BITS_SMALL; // Tolerate excessively large |p|. in bn_mod_exp_mont_small()