HomeSort by relevance Sort by last modified time
    Searched defs:hkey (Results 1 - 14 of 14) sorted by null

  /external/curl/lib/
hmac.c 57 unsigned char *hkey; local
77 hkey = (unsigned char *) ctxt->hmac_hashctxt2 + hashparams->hmac_ctxtsize;
78 (*hashparams->hmac_hfinal)(hkey, ctxt->hmac_hashctxt1);
79 key = hkey;
curl_ntlm_core.c 356 HCRYPTKEY hkey; local
383 if(!CryptImportKey(hprov, (BYTE *) &blob, sizeof(blob), 0, 0, &hkey)) {
392 CryptEncrypt(hkey, 0, FALSE, 0, out, &len, len);
394 CryptDestroyKey(hkey);
  /external/libusb/msvc/
missing.c 38 HKEY hkey; local
50 rc = RegOpenKeyEx(HKEY_LOCAL_MACHINE, ENVIRONMENT_REG_PATH, 0, KEY_QUERY_VALUE, &hkey);
58 rc = RegQueryValueEx(hkey, wName, NULL, &dwType,
60 RegCloseKey(hkey);
  /external/icu/icu4c/source/common/
wintz.cpp 62 static LONG openTZRegKey(HKEY *hkey, const char *winid)
76 hkey);
84 HKEY hkey; local
86 result = openTZRegKey(&hkey, winid);
90 result = RegQueryValueExA(hkey,
96 RegCloseKey(hkey);
106 HKEY hkey; local
126 HKEY hkey; local
    [all...]
  /external/python/cpython2/PC/
_winreg.c 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
21 static PyObject *PyHKEY_FromHKEY(HKEY h);
67 "HKEYType -- type object for HKEY objects\n"
76 "CloseKey(hkey) - Closes a previously opened registry key.\n"
78 "The hkey argument specifies a previously opened key.\n"
81 "closed when the hkey object is destroyed by Python.");
336 "bool = QueryReflectionKey(hkey) - Determines the reflection state for the specified key.\n"
343 "This object wraps a Windows HKEY object, automatically closing it when\n"
388 HKEY hkey; member in struct:__anon32937
    [all...]
  /external/python/cpython3/PC/
winreg.c 19 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
21 static PyObject *PyHKEY_FromHKEY(HKEY h);
69 "HKEYType -- type object for HKEY objects\n"
82 "This object wraps a Windows HKEY object, automatically closing it when\n"
110 HKEY hkey; member in struct:__anon33583
144 if (obkey->hkey)
145 RegCloseKey((HKEY)obkey->hkey);
152 return ((PyHKEYObject *)ob)->hkey != 0
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 127 const HKEY
128 hkey;
125 hkey; member in struct:__anon13448
1061 hkey; local
1123 hkey; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 2159 struct wpabuf *secret, *pub, *hkey; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 4244 struct wpabuf *secret, *pub, *hkey; local
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 148 HKEY hkey_root = (HKEY)-1;
1422 HKEY hkey; \/\/ Is this Python in HKCU or HKLM? member in struct:_InstalledVersionInfo
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 148 HKEY hkey_root = (HKEY)-1;
1466 HKEY hkey; \/\/ Is this Python in HKCU or HKLM? member in struct:_InstalledVersionInfo
    [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 580 HKEY hKey;
586 &hKey
589 res = RegQueryValueExW(hKey, L"LongPathsEnabled", nullptr, &dataType,
591 RegCloseKey(hKey);
794 HKEY hkey = HKEY_LOCAL_MACHINE; local
814 auto hr = LoadAssociateFilesStateFromKey(_engine, hkey);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 568 LWSTDAPI_(DWORD) SHDeleteEmptyKeyA(HKEY hkey,LPCSTR pszSubKey);
569 LWSTDAPI_(DWORD) SHDeleteEmptyKeyW(HKEY hkey,LPCWSTR pszSubKey);
573 LWSTDAPI_(DWORD) SHDeleteKeyA(HKEY hkey,LPCSTR pszSubKey);
574 LWSTDAPI_(DWORD) SHDeleteKeyW(HKEY hkey,LPCWSTR pszSubKey);
578 LWSTDAPI_(HKEY) SHRegDuplicateHKey(HKEY hkey) variable
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 607 milliseconds