Home
last modified time | relevance | path

Searched refs:stub_key (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c53 static u8 stub_key[20]; variable
113 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool, in random_extract()
119 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) buf, in random_extract()
241 if (stub_key_avail == sizeof(stub_key)) in random_pool_ready()
252 res = getrandom(stub_key + stub_key_avail, in random_pool_ready()
253 sizeof(stub_key) - stub_key_avail, GRND_NONBLOCK); in random_pool_ready()
277 res = read(fd, stub_key + stub_key_avail, in random_pool_ready()
278 sizeof(stub_key) - stub_key_avail); in random_pool_ready()
289 (unsigned) (sizeof(stub_key) - stub_key_avail)); in random_pool_ready()
292 if (stub_key_avail == sizeof(stub_key)) { in random_pool_ready()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_ndis.c1114 u8 stub_key[5] = { 0x11, 0x22, 0x33, 0x44, 0x55 }; in wpa_driver_ndis_associate() local
1126 NULL, 0, stub_key, in wpa_driver_ndis_associate()
1127 sizeof(stub_key)); in wpa_driver_ndis_associate()