Home
last modified time | relevance | path

Searched defs:entropy_len (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dentropy.c498 size_t entropy_len = 0; in mbedtls_entropy_source_self_test_gather() local
Dctr_drbg.c515 static size_t good_nonce_len(size_t entropy_len) in good_nonce_len()