Home
last modified time | relevance | path

Searched refs:obj_rsakey_set_tcs_handle (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_own.c113 return obj_rsakey_set_tcs_handle(hKeySRK, TPM_KEYHND_SRK); in Tspi_TPM_TakeOwnership()
H A Dtspi_ps.c100 if ((result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle))) in Tspi_Context_LoadKeyByUUID()
124 result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle); in Tspi_Context_LoadKeyByUUID()
H A Dtspi_key.c127 return obj_rsakey_set_tcs_handle(hKey, tcsKey); in Tspi_Key_LoadKey()
560 return obj_rsakey_set_tcs_handle(*phKey, myTCSKeyHandle); in Tspi_Context_LoadKeyByBlob()
H A Dtsp_ps.c340 result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle);
H A Dtspi_migration.c393 result = obj_rsakey_set_tcs_handle(hKeyToMigrate, 0); in Tspi_Key_ConvertMigrationBlob()
H A Dtspi_cmk.c466 result = obj_rsakey_set_tcs_handle(hKeyToMigrate, 0); in Tspi_Key_CMKConvertMigration()
H A Dtspi_aik.c266 if ((result = obj_rsakey_set_tcs_handle(hIdentityKey, 0))) in Tspi_TPM_CollateIdentityRequest()
H A Dtspi_getset.c669 result = obj_rsakey_set_tcs_handle(hObject, 0); in Tspi_SetAttribData()
H A Dobj_rsakey.c1434 obj_rsakey_set_tcs_handle(TSS_HKEY hKey, TCS_KEY_HANDLE tcsHandle) in obj_rsakey_set_tcs_handle() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_rsakey.h96 TSS_RESULT obj_rsakey_set_tcs_handle(TSS_HKEY, TCS_KEY_HANDLE);