Searched refs:max_iterations (Results 1 – 2 of 2) sorted by relevance
41 int err, max_iterations = LTC_PK_MAX_RETRIES; in dh_generate_key() local80 } while (err != CRYPT_OK && max_iterations-- > 0); in dh_generate_key()
34 int err, max_iterations = LTC_PK_MAX_RETRIES; in ecc_sign_hash_ex() local110 } while (--max_iterations > 0); in ecc_sign_hash_ex()112 if (max_iterations == 0) { in ecc_sign_hash_ex()
Completed in 3 milliseconds