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 D | tspi_own.c | 113 return obj_rsakey_set_tcs_handle(hKeySRK, TPM_KEYHND_SRK); in Tspi_TPM_TakeOwnership()
|
H A D | tspi_ps.c | 100 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 D | tspi_key.c | 127 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 D | tsp_ps.c | 340 result = obj_rsakey_set_tcs_handle(*phKey, tcsKeyHandle);
|
H A D | tspi_migration.c | 393 result = obj_rsakey_set_tcs_handle(hKeyToMigrate, 0); in Tspi_Key_ConvertMigrationBlob()
|
H A D | tspi_cmk.c | 466 result = obj_rsakey_set_tcs_handle(hKeyToMigrate, 0); in Tspi_Key_CMKConvertMigration()
|
H A D | tspi_aik.c | 266 if ((result = obj_rsakey_set_tcs_handle(hIdentityKey, 0))) in Tspi_TPM_CollateIdentityRequest()
|
H A D | tspi_getset.c | 669 result = obj_rsakey_set_tcs_handle(hObject, 0); in Tspi_SetAttribData()
|
H A D | obj_rsakey.c | 1434 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 D | obj_rsakey.h | 96 TSS_RESULT obj_rsakey_set_tcs_handle(TSS_HKEY, TCS_KEY_HANDLE);
|