Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pax_common.c32 const u8 *entropy, size_t entropy_len, in eap_pax_kdf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pax_common.c32 const u8 *entropy, size_t entropy_len, in eap_pax_kdf()
/third_party/mbedtls/library/
Dentropy.c530 size_t entropy_len = 0; in mbedtls_entropy_source_self_test_gather() local
Dctr_drbg.c415 static size_t good_nonce_len( size_t entropy_len ) in good_nonce_len()