Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c193 static int count_lsb_bits(void *a) in count_lsb_bits() function
646 .count_lsb_bits = count_lsb_bits,
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h139 int (*count_lsb_bits)(void *a); member
H A Dtomcrypt_private.h211 #define mp_cnt_lsb(a) ltc_mp.count_lsb_bits(a)
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c168 static int count_lsb_bits(void *a) in count_lsb_bits() function
489 &count_lsb_bits,
H A Dgmp_desc.c116 static int count_lsb_bits(void *a) in count_lsb_bits() function
587 &count_lsb_bits,
H A Dtfm_desc.c143 static int count_lsb_bits(void *a) in count_lsb_bits() function
781 &count_lsb_bits,