Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds