/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/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/icu4c/common/ |
wintz.c | 97 HKEY hkey; local 109 &hkey); 110 RegCloseKey(hkey); 120 static LONG openTZRegKey(HKEY *hkey, const char *winid) 147 hkey); 155 HKEY hkey; local 157 result = openTZRegKey(&hkey, winid) 177 HKEY hkey; local [all...] |
/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/chrome/test/functional/rlz/ |
rlztest.py | 83 hkey = _winreg.OpenKey(_winreg.HKEY_CURRENT_USER, 87 if(hkey): 113 hkey = _winreg.OpenKey(key, subkey) 118 value = _winreg.EnumValue(hkey, counter) 123 hkey.Close()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_winreg.py | 67 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS) 73 subsubkey = EnumKey(hkey, 0) 77 self.delete_tree(hkey, subsubkey) 78 CloseKey(hkey)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_winreg.py | 67 hkey = OpenKey(root, subkey, KEY_ALL_ACCESS) 73 subsubkey = EnumKey(hkey, 0) 77 self.delete_tree(hkey, subsubkey) 78 CloseKey(hkey)
|
/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/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))
|