Searched refs:hKey (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/ |
H A D | 0001-create-tpm-key-support-well-known-key-option.patch | 73 - Tspi_Context_CloseObject(hContext, hKey); 84 + Tspi_Context_CloseObject(hContext, hKey);
|
/openbmc/qemu/qga/vss-win32/ |
H A D | install.cpp | 401 HKEY hKey; in CreateRegistryKey() local 406 REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hKey, NULL); in CreateRegistryKey() 417 ret = RegSetValueEx(hKey, value, 0, REG_SZ, (LPBYTE)data, size); in CreateRegistryKey() 418 RegCloseKey(hKey); in CreateRegistryKey()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/ |
H A D | 0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch | 442 return SoftHSM::i()->C_SignInit(hSession, pMechanism, hKey); 478 return SoftHSM::i()->C_SignRecoverInit(hSession, pMechanism, hKey); 496 return SoftHSM::i()->C_VerifyInit(hSession, pMechanism, hKey); 532 return SoftHSM::i()->C_VerifyRecoverInit(hSession, pMechanism, hKey); 604 …return SoftHSM::i()->C_WrapKey(hSession, pMechanism, hWrappingKey, hKey, pWrappedKey, pulWrappedKe…
|