Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
A Ddh_check_pubkey.c23 ltc_mp_digit digit; in dh_check_pubkey() local
44 digit = mp_get_digit(key->y, i); in dh_check_pubkey()
45 while (digit > 0) { in dh_check_pubkey()
46 if (digit & 1) bits_set++; in dh_check_pubkey()
47 digit >>= 1; in dh_check_pubkey()

Completed in 2 milliseconds