Searched refs:attempts (Results 1 – 5 of 5) sorted by relevance
504 size_t attempts = buf_len; in mbedtls_entropy_source_self_test_gather() local506 while (attempts > 0 && entropy_len < buf_len) { in mbedtls_entropy_source_self_test_gather()513 attempts--; in mbedtls_entropy_source_self_test_gather()
142 # message, and then attempts to sign the message again. The second signature
1387 * 3: A final thread attempts to reserve an empty key slot, kicking1390 * 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…
935 * Fix the handling of renegotiation attempts in TLS 1.3. They are now