Home
last modified time | relevance | path

Searched refs:hKey (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/libarchive/libarchive/
H A Darchive_cryptor.c206 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 Darchive_cryptor_private.h77 BCRYPT_KEY_HANDLE hKey; member
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp181 HKEY hKey = NULL; in getSystemRegistryString()
232 KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
234 if (readFullStringValue(hKey, valueName, value)) { in getSystemRegistryString()
240 RegCloseKey(hKey); in getSystemRegistryString()
249 RegOpenKeyExA(hRootKey, keyPath, 0, KEY_READ | KEY_WOW64_32KEY, &hKey); in getSystemRegistryString()
251 if (readFullStringValue(hKey, valueName, value)) in getSystemRegistryString()
255 RegCloseKey(hKey); in getSystemRegistryString()
/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1407 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()