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

  /external/chromium_org/third_party/libusb/src/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/chromium_org/third_party/openssl/openssl/crypto/hmac/
hm_pmeth.c 130 ASN1_OCTET_STRING *hkey = NULL; local
134 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
135 if (!hkey)
137 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
  /external/openssl/crypto/hmac/
hm_pmeth.c 130 ASN1_OCTET_STRING *hkey = NULL; local
134 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
135 if (!hkey)
137 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
  /external/chromium_org/third_party/icu/source/common/
wintz.c 96 HKEY hkey; local
108 &hkey);
109 RegCloseKey(hkey);
119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
146 hkey);
154 HKEY hkey; local
156 result = openTZRegKey(&hkey, winid)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 114 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
268 hkey= *(++argv);
422 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
581 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
  /external/icu/icu4c/source/common/
wintz.c 96 HKEY hkey; local
108 &hkey);
109 RegCloseKey(hkey);
119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
146 hkey);
154 HKEY hkey; local
156 result = openTZRegKey(&hkey, winid)
176 HKEY hkey; local
    [all...]
  /external/openssl/apps/
enc.c 114 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
268 hkey= *(++argv);
428 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
587 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
  /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...]

Completed in 1228 milliseconds