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

  /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/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/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/webkit/Source/WebCore/plugins/win/
PluginDatabaseWin.cpp 43 DWORD SHGetValue(HKEY hkey, LPCWSTR pszSubKey, LPCWSTR pszValue, LPDWORD pdwType, LPVOID pvData, LPDWORD pcbData)
45 HKEY key;
46 if (RegOpenKeyEx(hkey, pszSubKey, 0, 0, &key) == ERROR_SUCCESS) {
82 static inline void addPluginPathsFromRegistry(HKEY rootKey, HashSet<String>& paths)
84 HKEY key;
210 HKEY key;
227 HKEY extensionsKey;
288 HKEY key;
333 HKEY key
    [all...]

Completed in 4069 milliseconds