Searched refs:attempts (Results 1 – 5 of 5) sorted by relevance
500 size_t attempts = buf_len; in mbedtls_entropy_source_self_test_gather() local502 while (attempts > 0 && entropy_len < buf_len) { in mbedtls_entropy_source_self_test_gather()509 attempts--; in mbedtls_entropy_source_self_test_gather()
142 # message, and then attempts to sign the message again. The second signature
1408 * 3: A final thread attempts to reserve an empty key slot, kicking1411 * it sees that skc->key is not in a slot, attempts to load it and
148 A deadlock would occur if a thread attempts to lock a mutex while already holding it. Functions whi…
740 * Fix the handling of renegotiation attempts in TLS 1.3. They are now