Home
last modified time | relevance | path

Searched refs:digit_count (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
42 digit_count = mp_get_digit_count(key->y); in dh_check_pubkey()
43 for (i = 0; i < digit_count && bits_set < 2; i++) { in dh_check_pubkey()

Completed in 2 milliseconds