Searched refs:hKey (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gcclibs/libiberty/ |
| HD | pex-win32.c | 166 HKEY hKey, hTmp; in openkey() local 167 for (hKey = hStart; *keys; keys++) in openkey() 170 hTmp = hKey; in openkey() 171 res = RegOpenKey (hTmp, *keys, &hKey); in openkey() 179 return hKey; in openkey() 186 HKEY hKey, hTmp; in mingw_rootify() local 193 hKey = openkey (HKEY_LOCAL_MACHINE, mingw_keys); in mingw_rootify() 196 if (!hKey) in mingw_rootify() 201 if (RegQueryInfoKey (hKey, NULL, NULL, NULL, NULL, &maxlen, NULL, NULL, in mingw_rootify() 204 RegCloseKey (hKey); in mingw_rootify() [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Driver/ |
| HD | WindowsToolChain.cpp | 86 HKEY hKey = NULL; in getSystemRegistryString() local 158 KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString() 160 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType, in getSystemRegistryString() 167 RegCloseKey(hKey); in getSystemRegistryString() 176 &hKey); in getSystemRegistryString() 178 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType, in getSystemRegistryString() 182 RegCloseKey(hKey); in getSystemRegistryString()
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | softp11.c | 1403 const CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey, in commonInit() argument 1410 if ((ret = object_handle_to_object(hKey, o)) != CKR_OK) in commonInit() 1462 CK_OBJECT_HANDLE hKey) in C_SignInit() argument 1479 pMechanism, hKey, &o); in C_SignInit() 1595 CK_OBJECT_HANDLE hKey) in C_VerifyInit() argument 1612 pMechanism, hKey, &o); in C_VerifyInit()
|