HomeSort by relevance Sort by last modified time
    Searched defs:hkey (Results 1 - 9 of 9) 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 334 HCRYPTKEY hkey; local
361 if(!CryptImportKey(hprov, (BYTE *) &blob, sizeof(blob), 0, 0, &hkey)) {
370 CryptEncrypt(hkey, 0, FALSE, 0, out, &len, len);
372 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.c 99 HKEY hkey; local
111 &hkey);
112 RegCloseKey(hkey);
122 static LONG openTZRegKey(HKEY *hkey, const char *winid)
149 hkey);
157 HKEY hkey; local
159 result = openTZRegKey(&hkey, winid)
179 HKEY hkey; local
199 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:__anon30457
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 127 const HKEY
128 hkey;
125 hkey; member in struct:__anon12798
1061 hkey; local
1123 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...]
  /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 695 milliseconds