HomeSort by: relevance | last modified time | path
    Searched refs:nhk (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_winreg.c 297 HKEY nhk; local
303 ret = RegOpenKeyEx(hk, netw, 0, KEY_QUERY_VALUE, &nhk);
313 RegCloseKey(nhk);
327 ret = RegEnumValue(nhk, i, name, &namelen, NULL, &type,
353 RegCloseKey(nhk);
385 HKEY nhk; local
392 &nhk);
404 ret = RegEnumKeyEx(nhk, i, name, &namelen, NULL, NULL, NULL,
420 ssid = wpa_config_read_network(nhk, name, i);
441 RegCloseKey(nhk);
653 HKEY nhk; local
854 HKEY nhk, netw; local
    [all...]
  /src/sys/crypto/adiantum/
adiantum.c 456 const uint32_t nhk[static 268 /* u/w + 2s(r - 1) */])
469 nh(h0, m, MIN(mlen, 1024), nhk);
1789 const uint8_t *nhk;
1797 nhk = C[i].k + 16;
1799 nhk32[j] = le32dec(nhk + 4*j);
1782 const uint8_t *nhk; local

Completed in 175 milliseconds