Searched refs:BASEBITS (Results 1 – 4 of 4) sorted by relevance
46 #define BASEBITS (8 * sizeof (char)) macro47 #define BASE (1 << BASEBITS)130 len = ((keylen + BASEBITS - 1) / BASEBITS); in __generic_gen_dhkeys()
119 #define BASEBITS (8 * sizeof (short) - 1) macro120 #define BASE (1 << BASEBITS)129 unsigned short seed[KEYSIZE/BASEBITS + 1];138 for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) {
82 #define BASEBITS (8 * (unsigned int)sizeof (short) - 1) in m_mult() macro83 #define BASE (1 << BASEBITS) in m_mult()
222 #define BASEBITS (8 * (unsigned int)sizeof (short) - 1) in mp_mtox() macro229 hex = malloc((size_t) ((size * BASEBITS + 3)) / 4 + (size ? 1 : 2)); in mp_mtox()