HomeSort by: relevance | last modified time | path
    Searched defs:stub_key (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
random.c 52 static u8 stub_key[20]; variable
112 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool,
118 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) buf,
230 if (stub_key_avail == sizeof(stub_key))
241 res = getrandom(stub_key + stub_key_avail,
242 sizeof(stub_key) - stub_key_avail, GRND_NONBLOCK);
266 res = read(fd, stub_key + stub_key_avail,
267 sizeof(stub_key) - stub_key_avail)
    [all...]
random.c 52 static u8 stub_key[20]; variable
112 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) pool,
118 hmac_sha1(stub_key, sizeof(stub_key), (const u8 *) buf,
230 if (stub_key_avail == sizeof(stub_key))
241 res = getrandom(stub_key + stub_key_avail,
242 sizeof(stub_key) - stub_key_avail, GRND_NONBLOCK);
266 res = read(fd, stub_key + stub_key_avail,
267 sizeof(stub_key) - stub_key_avail)
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_ndis.c 1114 u8 stub_key[5] = { 0x11, 0x22, 0x33, 0x44, 0x55 }; local
1126 NULL, 0, stub_key,
1127 sizeof(stub_key));
driver_ndis.c 1114 u8 stub_key[5] = { 0x11, 0x22, 0x33, 0x44, 0x55 }; local
1126 NULL, 0, stub_key,
1127 sizeof(stub_key));

Completed in 126 milliseconds