Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h118 int (*count_lsb_bits)(void *a); member
461 #define mp_cnt_lsb(a) ltc_mp.count_lsb_bits(a)
/external/dropbear/libtomcrypt/src/math/
Dgmp_desc.c124 static int count_lsb_bits(void *a) in count_lsb_bits() function
408 &count_lsb_bits,
Dltm_desc.c152 static int count_lsb_bits(void *a) in count_lsb_bits() function
414 &count_lsb_bits,
Dtfm_desc.c151 static int count_lsb_bits(void *a) in count_lsb_bits() function
702 &count_lsb_bits,
/external/dropbear/libtomcrypt/
Dchanges103 -- Added count_lsb_bits to get the number of leading LSB zero bits there are.
Dcrypt.tex6064 int (*count_lsb_bits)(void *a);