Searched refs:hKey (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dntpaths.c54 HKEY hKey; local
58 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, BIND_SUBKEY, 0, KEY_READ, &hKey)
64 if (RegQueryValueEx(hKey, "InstallDir", NULL, NULL,
67 RegCloseKey(hKey);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c166 HKEY hKey, hTmp; local
167 for (hKey = hStart; *keys; keys++)
170 hTmp = hKey;
171 res = RegOpenKey (hTmp, *keys, &hKey);
179 return hKey;
186 HKEY hKey, hTmp; local
193 hKey = openkey (HKEY_LOCAL_MACHINE, mingw_keys);
196 if (!hKey)
201 if (RegQueryInfoKey (hKey, NULL, NULL, NULL, NULL, &maxlen, NULL, NULL,
204 RegCloseKey (hKey);
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c206 BCRYPT_KEY_HANDLE hKey; local
214 ctx->hKey = NULL;
255 status = BCryptGenerateSymmetricKey(hAlg, &hKey,
265 ctx->hKey = hKey;
279 status = BCryptEncrypt(ctx->hKey, (PUCHAR)ctx->nonce, AES_BLOCK_SIZE,
292 BCryptDestroyKey(ctx->hKey);
293 ctx->hKey = NULL;
H A Darchive_cryptor_private.h77 BCRYPT_KEY_HANDLE hKey; member in struct:__anon6
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp946 HKEY hKey = NULL;
997 KEY_READ | KEY_WOW64_32KEY, &hKey);
999 if (readFullStringValue(hKey, valueName, value)) {
1005 RegCloseKey(hKey);
1014 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey);
1016 if (readFullStringValue(hKey, valueName, value))
1020 RegCloseKey(hKey);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1403 const CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey,
1410 if ((ret = object_handle_to_object(hKey, o)) != CKR_OK)
1462 CK_OBJECT_HANDLE hKey)
1479 pMechanism, hKey, &o);
1595 CK_OBJECT_HANDLE hKey)
1612 pMechanism, hKey, &o);
1401 commonInit(CK_ATTRIBUTE *attr_match, int attr_match_len, const CK_MECHANISM_TYPE *mechs, int mechs_len, const CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey, struct st_object **o) argument
1460 C_SignInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument
1593 C_VerifyInit(CK_SESSION_HANDLE hSession, CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey) argument

Completed in 179 milliseconds