Searched refs:hKey (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | ntpaths.c | 54 HKEY hKey; in isc_ntpaths_init() local 58 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, BIND_SUBKEY, 0, KEY_READ, &hKey) in isc_ntpaths_init() 64 if (RegQueryValueEx(hKey, "InstallDir", NULL, NULL, in isc_ntpaths_init() 67 RegCloseKey(hKey); in isc_ntpaths_init()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_cryptor.c | 206 BCRYPT_KEY_HANDLE hKey; in aes_ctr_init() local 214 ctx->hKey = NULL; in aes_ctr_init() 255 status = BCryptGenerateSymmetricKey(hAlg, &hKey, in aes_ctr_init() 265 ctx->hKey = hKey; in aes_ctr_init() 279 status = BCryptEncrypt(ctx->hKey, (PUCHAR)ctx->nonce, AES_BLOCK_SIZE, in aes_ctr_encrypt_counter() 292 BCryptDestroyKey(ctx->hKey); in aes_ctr_release() 293 ctx->hKey = NULL; in aes_ctr_release()
|
| H A D | archive_cryptor_private.h | 77 BCRYPT_KEY_HANDLE hKey; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 908 HKEY hKey = NULL; in getSystemRegistryString() 959 KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString() 961 if (readFullStringValue(hKey, valueName, value)) { in getSystemRegistryString() 967 RegCloseKey(hKey); in getSystemRegistryString() 976 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString() 978 if (readFullStringValue(hKey, valueName, value)) in getSystemRegistryString() 982 RegCloseKey(hKey); in getSystemRegistryString()
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | softp11.c | 1407 const CK_MECHANISM_PTR pMechanism, CK_OBJECT_HANDLE hKey, in commonInit() argument 1414 if ((ret = object_handle_to_object(hKey, o)) != CKR_OK) in commonInit() 1466 CK_OBJECT_HANDLE hKey) in C_SignInit() argument 1483 pMechanism, hKey, &o); in C_SignInit() 1599 CK_OBJECT_HANDLE hKey) in C_VerifyInit() argument 1616 pMechanism, hKey, &o); in C_VerifyInit()
|