Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.7.0/library/
Dentropy.c500 size_t attempts = buf_len; in mbedtls_entropy_source_self_test_gather() local
502 while (attempts > 0 && entropy_len < buf_len) { in mbedtls_entropy_source_self_test_gather()
509 attempts--; in mbedtls_entropy_source_self_test_gather()
/mbedtls-3.7.0/tests/suites/
Dtest_suite_lmots.data142 # message, and then attempts to sign the message again. The second signature
Dtest_suite_psa_crypto.function1408 * 3: A final thread attempts to reserve an empty key slot, kicking
1411 * it sees that skc->key is not in a slot, attempts to load it and
/mbedtls-3.7.0/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md148 A deadlock would occur if a thread attempts to lock a mutex while already holding it. Functions whi…
/mbedtls-3.7.0/
DChangeLog740 * Fix the handling of renegotiation attempts in TLS 1.3. They are now