Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
A Ddh_check_pubkey.c24 int i, digit_count, bits_set = 0, err; in dh_check_pubkey() local
43 for (i = 0; i < digit_count && bits_set < 2; i++) { in dh_check_pubkey()
46 if (digit & 1) bits_set++; in dh_check_pubkey()
50 if (bits_set > 1) { in dh_check_pubkey()

Completed in 2 milliseconds