Searched refs:TABLE_BITS_SMALL (Results 1 – 1 of 1) sorted by relevance
424 #define TABLE_BITS_SMALL 5 macro428 #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()