Searched refs:stub_key (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | random.c | 52 static u8 stub_key[20]; variable 112 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool, in random_extract() 118 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) buf, in random_extract() 237 if (stub_key_avail == sizeof(stub_key)) in random_pool_ready() 248 res = getrandom(stub_key + stub_key_avail, in random_pool_ready() 249 sizeof(stub_key) - stub_key_avail, GRND_NONBLOCK); in random_pool_ready() 273 res = read(fd, stub_key + stub_key_avail, in random_pool_ready() 274 sizeof(stub_key) - stub_key_avail); in random_pool_ready() 285 (unsigned) (sizeof(stub_key) - stub_key_avail)); in random_pool_ready() 288 if (stub_key_avail == sizeof(stub_key)) { in random_pool_ready() [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 1117 u8 stub_key[5] = { 0x11, 0x22, 0x33, 0x44, 0x55 }; in wpa_driver_ndis_associate() local 1129 NULL, 0, stub_key, in wpa_driver_ndis_associate() 1130 sizeof(stub_key)); in wpa_driver_ndis_associate()
|