Home
last modified time | relevance | path

Searched refs:MP_DIGIT_BIT (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod_timing.c101 bitcnt = (int) MP_DIGIT_BIT; in ltc_ecc_mulmod()
106 i = (int)((buf >> (MP_DIGIT_BIT - 1)) & 1); in ltc_ecc_mulmod()
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c466 #ifndef MP_DIGIT_BIT
467 #define MP_DIGIT_BIT DIGIT_BIT macro
473 (int)MP_DIGIT_BIT,
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h163 #define MP_DIGIT_BIT ltc_mp.bits_per_digit macro

Completed in 6 milliseconds