Searched defs:entropy_len (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dquic_random.cc24 size_t entropy_len) OVERRIDE;
54 void DefaultRandom::Reseed(const void* additional_entropy, size_t entropy_len) { argument
/external/chromium_org/net/quic/test_tools/
H A Dmock_random.cc25 void MockRandom::Reseed(const void* additional_entropy, size_t entropy_len) { argument
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pax_common.c23 * @entropy_len: Length of the entropy in bytes
32 const u8 *entropy, size_t entropy_len,
52 len[1] = entropy_len;
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.c23 * @entropy_len: Length of the entropy in bytes
32 const u8 *entropy, size_t entropy_len,
52 len[1] = entropy_len;
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.c23 * @entropy_len: Length of the entropy in bytes
32 const u8 *entropy, size_t entropy_len,
52 len[1] = entropy_len;
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument

Completed in 275 milliseconds