Home
last modified time | relevance | path

Searched refs:mp_cnt_lsb (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/integer/
H A Dder_encode_integer.c55 if (((mp_cnt_lsb(num)+1)==mp_count_bits(num)) && ((mp_count_bits(num)&7)==0)) --y; in der_encode_integer()
88 if (((mp_cnt_lsb(num)+1)==mp_count_bits(num)) && ((mp_count_bits(num)&7)==0)) y -= 8; in der_encode_integer()
H A Dder_length_integer.c43 if (((mp_cnt_lsb(num)+1)==mp_count_bits(num)) && ((mp_count_bits(num)&7)==0)) --z; in der_length_integer()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c171 return mp_cnt_lsb(a); in count_lsb_bits()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h211 #define mp_cnt_lsb(a) ltc_mp.count_lsb_bits(a) macro