HomeSort by relevance Sort by last modified time
    Searched defs:hkey (Results 1 - 7 of 7) 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 309 HCRYPTKEY hkey; local
336 if(!CryptImportKey(hprov, (BYTE *) &blob, sizeof(blob), 0, 0, &hkey)) {
345 CryptEncrypt(hkey, 0, FALSE, 0, out, &len, len);
347 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/ImageMagick/MagickCore/
nt-base.c 127 const HKEY
128 hkey;
125 hkey; member in struct:__anon12733
1061 hkey; local
1123 hkey; local
    [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 2048 milliseconds