OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hkey
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/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/openssl/crypto/hmac/
hm_pmeth.c
129
ASN1_OCTET_STRING *
hkey
= NULL;
local
133
hkey
= ASN1_OCTET_STRING_dup(&hctx->ktmp);
134
if (!
hkey
)
136
EVP_PKEY_assign(pkey, EVP_PKEY_HMAC,
hkey
);
/external/openssl/apps/
enc.c
114
char *
hkey
=NULL,*hiv=NULL,*hsalt = NULL;
local
267
hkey
= *(++argv);
419
if ((str == NULL) && (cipher != NULL) && (
hkey
== NULL))
578
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 37 milliseconds