Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds