Searched defs:hkey (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libusb/src/msvc/
H A Dmissing.c38 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/boringssl/src/crypto/evp/
H A Dp_hmac.c124 ASN1_OCTET_STRING *hkey = NULL; local
130 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
131 if (!hkey) {
134 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
/external/openssl/crypto/hmac/
H A Dhm_pmeth.c130 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/
H A Dwintz.c97 HKEY hkey; local
109 &hkey);
110 RegCloseKey(hkey);
120 static LONG openTZRegKey(HKEY *hkey, const char *winid) argument
147 hkey);
155 HKEY hkey; local
157 result = openTZRegKey(&hkey, winid);
160 result = RegQueryValueExA(hkey,
169 RegCloseKey(hkey);
177 HKEY hkey; local
[all...]
/external/icu/icu4c/source/common/
H A Dwintz.c96 HKEY hkey; local
108 &hkey);
109 RegCloseKey(hkey);
119 static LONG openTZRegKey(HKEY *hkey, const char *winid) argument
146 hkey);
154 HKEY hkey; local
156 result = openTZRegKey(&hkey, winid);
159 result = RegQueryValueExA(hkey,
168 RegCloseKey(hkey);
176 HKEY hkey; local
[all...]
/external/openssl/apps/
H A Denc.c116 char *hkey=NULL,*hiv=NULL,*hsalt = NULL; local
270 hkey= *(++argv);
436 if ((str == NULL) && (cipher != NULL) && (hkey == NULL))
595 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))

Completed in 158 milliseconds