Searched refs:dummy_key (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Drandom.c52 static u8 dummy_key[20]; variable
112 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool,
118 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf,
230 if (dummy_key_avail == sizeof(dummy_key))
241 res = getrandom(dummy_key + dummy_key_avail,
242 sizeof(dummy_key) - dummy_key_avail, GRND_NONBLOCK);
266 res = read(fd, dummy_key + dummy_key_avail,
267 sizeof(dummy_key)
[all...]
/freebsd-13-stable/crypto/openssl/crypto/hmac/
H A Dhmac.c217 static const unsigned char dummy_key[1] = {'\0'}; local
226 key = dummy_key;
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c1103 u8 dummy_key[5] = { 0x11, 0x22, 0x33, 0x44, 0x55 }; local
1115 NULL, 0, dummy_key,
1116 sizeof(dummy_key));

Completed in 290 milliseconds