/external/wpa_supplicant_8/src/crypto/ |
random.c | 49 static u8 dummy_key[20]; variable 107 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) pool, 113 hmac_sha1(dummy_key, sizeof(dummy_key), (const u8 *) buf, 224 if (dummy_key_avail == sizeof(dummy_key)) 244 res = read(fd, dummy_key + dummy_key_avail, 245 sizeof(dummy_key) - dummy_key_avail); 253 (unsigned) (sizeof(dummy_key) - dummy_key_avail)); 257 if (dummy_key_avail == sizeof(dummy_key)) { [all...] |
/external/marisa-trie/lib/marisa/ |
tail.cc | 168 const KeyIdPair dummy_key; local 169 const KeyIdPair *last = &dummy_key;
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
tail.cc | 168 const KeyIdPair dummy_key; local 169 const KeyIdPair *last = &dummy_key;
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 113 static unsigned char dummy_key[21] = { 0x02, 0x11, 0xbe, 0x33, 0x43, 0x35, variable 313 if (TEMP_FAILURE_RETRY(write(destfd, dummy_key, sizeof(dummy_key))) != sizeof(dummy_key)) {
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 1114 u8 dummy_key[5] = { 0x11, 0x22, 0x33, 0x44, 0x55 }; local 1126 NULL, 0, dummy_key, 1127 sizeof(dummy_key)); [all...] |