Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_generate_key.c41 int err, max_iterations = LTC_PK_MAX_RETRIES; in dh_generate_key() local
80 } while (err != CRYPT_OK && max_iterations-- > 0); in dh_generate_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_sign_hash.c34 int err, max_iterations = LTC_PK_MAX_RETRIES; in ecc_sign_hash_ex() local
110 } while (--max_iterations > 0); in ecc_sign_hash_ex()
112 if (max_iterations == 0) { in ecc_sign_hash_ex()

Completed in 3 milliseconds