| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | config_winreg.c | 50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) in wpa_config_read_blobs() argument 58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs() 119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() argument 125 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) &val, &buflen); in wpa_config_read_reg_dword() 136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string() argument 143 ret = RegQueryValueEx(hk, name, NULL, NULL, NULL, &buflen); in wpa_config_read_reg_string() 150 ret = RegQueryValueEx(hk, name, NULL, NULL, (LPBYTE) val, &buflen); in wpa_config_read_reg_string() 163 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid() argument 168 str = wpa_config_read_reg_string(hk, TEXT("uuid")); in wpa_config_read_global_uuid() 182 HKEY hk) in wpa_config_read_global_os_version() argument [all …]
|
| D | main_winsvc.c | 64 HKEY hk; in read_interface() local 72 ret = RegOpenKeyEx(_hk, name, 0, KEY_QUERY_VALUE, &hk); in read_interface() 82 ret = RegQueryValueEx(hk, TEXT("ctrl_interface"), NULL, NULL, in read_interface() 93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL, in read_interface() 104 ret = RegQueryValueEx(hk, TEXT("config"), NULL, NULL, in read_interface() 115 ret = RegQueryValueEx(hk, TEXT("skip_on_error"), NULL, NULL, in read_interface() 120 RegCloseKey(hk); in read_interface() 139 HKEY hk, ihk; in wpa_supplicant_thread() local 150 0, KEY_QUERY_VALUE, &hk); in wpa_supplicant_thread() 157 ret = RegQueryValueEx(hk, TEXT("debug_level"), NULL, NULL, in wpa_supplicant_thread() [all …]
|
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath_keycache.c | 88 const HAL_KEYVAL *hk, const u_int8_t mac[IEEE80211_ADDR_LEN]) in ath_keyprint() argument 100 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]); in ath_keyprint() 101 for (i = 0, n = hk->kv_len; i < n; i++) in ath_keyprint() 102 printf("%02x", hk->kv_val[i]); in ath_keyprint() 104 if (hk->kv_type == HAL_CIPHER_TKIP) { in ath_keyprint() 106 for (i = 0; i < sizeof(hk->kv_mic); i++) in ath_keyprint() 107 printf("%02x", hk->kv_mic[i]); in ath_keyprint() 110 for (i = 0; i < sizeof(hk->kv_txmic); i++) in ath_keyprint() 111 printf("%02x", hk->kv_txmic[i]); in ath_keyprint() 125 HAL_KEYVAL *hk, const u_int8_t mac[IEEE80211_ADDR_LEN]) in ath_keyset_tkip() argument [all …]
|
| D | if_ath_debug.h | 103 #define KEYPRINTF(sc, ix, hk, mac) do { \ argument 105 ath_keyprint(sc, __func__, ix, hk, mac); \
|
| /freebsd-12-stable/sys/dev/mwl/ |
| D | if_mwl.c | 243 #define KEYPRINTF(sc, hk, mac) do { \ argument 245 mwl_keyprint(sc, __func__, hk, mac); \ 1485 const MWL_HAL_KEYVAL *hk, const uint8_t mac[IEEE80211_ADDR_LEN]) in mwl_keyprint() argument 1494 printf("%s: [%u] %-7s", tag, hk->keyIndex, ciphers[hk->keyTypeId]); in mwl_keyprint() 1495 for (i = 0, n = hk->keyLen; i < n; i++) in mwl_keyprint() 1496 printf(" %02x", hk->key.aes[i]); in mwl_keyprint() 1498 if (hk->keyTypeId == KEY_TYPE_ID_TKIP) { in mwl_keyprint() 1500 for (i = 0; i < sizeof(hk->key.tkip.rxMic); i++) in mwl_keyprint() 1501 printf(" %02x", hk->key.tkip.rxMic[i]); in mwl_keyprint() 1503 for (i = 0; i < sizeof(hk->key.tkip.txMic); i++) in mwl_keyprint() [all …]
|
| /freebsd-12-stable/contrib/tcsh/nls/finnish/ |
| D | set11 | 5 3 Sinulla on %d sähköpostiviestiä.\n
|
| /freebsd-12-stable/contrib/dialog/package/freebsd/ |
| D | pkg-descr | 2 the ncurses developer, "DIALOG was written by Savio Lam <lam836@cs.cuhk.hk>
|
| /freebsd-12-stable/contrib/wpa/src/eap_peer/ |
| D | tncc.c | 882 HKEY hk, hk2; in tncc_read_config_reg() local 893 &hk); in tncc_read_config_reg() 902 ret = RegEnumKeyEx(hk, i, name, &namelen, NULL, NULL, NULL, in tncc_read_config_reg() 920 ret = RegOpenKeyEx(hk, name, 0, KEY_QUERY_VALUE, &hk2); in tncc_read_config_reg() 988 RegCloseKey(hk); in tncc_read_config_reg()
|
| /freebsd-12-stable/contrib/binutils/ |
| D | FREEBSD-Xlist | 67 *m[68]8[hk]*
|
| /freebsd-12-stable/share/doc/smm/02.config/ |
| D | spell.ok | 165 hk
|
| /freebsd-12-stable/contrib/wpa/src/drivers/ |
| D | driver_ndis.c | 2417 HKEY hk, hk2; in wpa_driver_ndis_set_wzc() local 2447 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, DEVLOAD_ACTIVE_KEY, 0, 0, &hk); in wpa_driver_ndis_set_wzc() 2456 ret = RegEnumKeyEx(hk, i, keyname, &len, NULL, NULL, NULL, in wpa_driver_ndis_set_wzc() 2461 RegCloseKey(hk); in wpa_driver_ndis_set_wzc() 2465 ret = RegOpenKeyEx(hk, keyname, 0, 0, &hk2); in wpa_driver_ndis_set_wzc() 2490 RegCloseKey(hk); in wpa_driver_ndis_set_wzc()
|
| /freebsd-12-stable/contrib/dialog/package/debian/ |
| D | copyright | 25 Savio Lam (lam836@cs.cuhk.hk)
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | config_file.c | 2603 HKEY hk = NULL; in w_lookup_reg_str() local 2609 ret = RegOpenKeyEx(HKEY_LOCAL_MACHINE, key, 0, KEY_READ, &hk); in w_lookup_reg_str() 2616 ret = RegQueryValueEx(hk, (LPCTSTR)name, 0, &type, buf, &len); in w_lookup_reg_str() 2617 if(RegCloseKey(hk)) in w_lookup_reg_str()
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | asia | 683 # <https://www.hko.gov.hk/publica/gen_pub/timeball_atomic_clock.pdf> 707 # See <https://mmis.hkpl.gov.hk> for this; unfortunately Flash is required. 752 # http://sunzi.lib.hku.hk/hkgro/view/g1941/304271.pdf 753 # http://sunzi.lib.hku.hk/hkgro/view/g1941/305516.pdf 762 # https://mmis.hkpl.gov.hk///c/portal/cover?c=QF757YsWv5%2FH7zGe%2FKF%2BFLYsuqGhRBfe p.4 765 # https://mmis.hkpl.gov.hk///c/portal/cover?c=QF757YsWv5%2BQBGt1%2BwUj5qG2GqtwR3Wh p.4 768 # http://oelawhk.lib.hku.hk/archive/files/bb74b06a74d5294620a15de560ab33c6.pdf 780 # https://www.legco.gov.hk/yr78-79/english/lc_sitg/hansard/h790509.pdf#page=39 784 # https://www.hko.gov.hk/en/gts/time/Summertime.htm
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | archive | 1106 # ARJPROT_FLAG; build with data protection record; hk switch
|
| /freebsd-12-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 7340 pointed out by Teddy Hogeborn <teddy@fukt.hk-r.se>.
|