Home
last modified time | relevance | path

Searched refs:obj_rsakey_get_tcs_handle (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_key.c42 if ((result = obj_rsakey_get_tcs_handle(hKey, &hTcsKey))) in Tspi_Key_UnloadKey()
78 if ((result = obj_rsakey_get_tcs_handle(hUnwrappingKey, &tcsParentHandle))) in Tspi_Key_LoadKey()
155 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKeyHandle))) in Tspi_Key_GetPubKey()
239 if ((result = obj_rsakey_get_tcs_handle(hWrappingKey, &parentTCSKeyHandle))) in Tspi_Key_CreateKey()
478 if ((result = obj_rsakey_get_tcs_handle(hUnwrappingKey, &tcsParentHandle))) in Tspi_Context_LoadKeyByBlob()
655 if ((result = obj_rsakey_get_tcs_handle(hTssKey, &hTcsKey))) in Tspi_TPM_KeyControlOwner()
H A Dtspi_changeauth.c54 if ((result = obj_rsakey_get_tcs_handle(hObjectToChange, &keyToChangeHandle))) in Tspi_ChangeAuth()
147 if ((result = obj_rsakey_get_tcs_handle(hIdentKey, &idHandle))) in Tspi_ChangeAuthAsym()
162 if ((result = obj_rsakey_get_tcs_handle(hParentObject, &keyHandle))) in Tspi_ChangeAuthAsym()
168 if ((result = obj_rsakey_get_tcs_handle(hObjectToChange, &keyToChangeHandle))) in Tspi_ChangeAuthAsym()
H A Dtspi_certify.c62 if ((result = obj_rsakey_get_tcs_handle(hCertifyingKey, &certifyTCSKeyHandle))) in Tspi_Key_CertifyKey()
65 if ((result = obj_rsakey_get_tcs_handle(hKey, &keyTCSKeyHandle))) in Tspi_Key_CertifyKey()
H A Dtsp_transport.c45 if ((result = obj_rsakey_get_tcs_handle(hParentKey, &hTCSParentKey))) in Transport_LoadKeyByBlob()
H A Dtspi_seal.c65 if ((result = obj_rsakey_get_tcs_handle(hEncKey, &tcsKeyHandle))) in Tspi_Data_Seal()
233 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKeyHandle))) in Tspi_Data_Unseal()
H A Dtspi_migration.c239 if ((result = obj_rsakey_get_tcs_handle(hParentKey, &parentHandle))) in Tspi_Key_CreateMigrationBlob()
336 if ((result = obj_rsakey_get_tcs_handle(hParentKey, &parentHandle))) in Tspi_Key_ConvertMigrationBlob()
H A Dtspi_sign.c54 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKeyHandle))) in Tspi_Hash_Sign()
H A Dtsp_changeauth.c199 if ((result = obj_rsakey_get_tcs_handle(hParentObject, &keyHandle))) in changeauth_encdata()
299 if ((result = obj_rsakey_get_tcs_handle(hParentObject, &keyHandle))) in changeauth_key()
H A Dtspi_tick.c62 if ((result = obj_rsakey_get_tcs_handle(hIdentKey, &tcsKey))) in Tspi_Hash_TickStampBlob()
H A Dtspi_cmk.c240 if ((result = obj_rsakey_get_tcs_handle(hParentKey, &tcsKeyHandle))) in Tspi_Key_CMKCreateBlob()
404 if ((result = obj_rsakey_get_tcs_handle(hParentKey, &tcsKeyHandle))) in Tspi_Key_CMKConvertMigration()
H A Dtspi_selftest.c67 if ((result = obj_rsakey_get_tcs_handle(hKey, &keyTCSKeyHandle))) in Tspi_TPM_CertifySelfTest()
H A Dtspi_bind.c170 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKeyHandle))) in Tspi_Data_Unbind()
H A Dtspi_quote.c65 if ((result = obj_rsakey_get_tcs_handle(hIdentKey, &tcsKeyHandle))) in Tspi_TPM_Quote()
H A Dtspi_quote2.c67 if ((result = obj_rsakey_get_tcs_handle(hIdentKey, &tcsKeyHandle))) in Tspi_TPM_Quote2()
H A Dtsp_auth.c879 if ((result = obj_rsakey_get_tcs_handle(obj_parent, &sess->obj_parent))) in authsess_xsap_init()
897 if ((result = obj_rsakey_get_tcs_handle(obj_parent, &sess->obj_parent))) in authsess_xsap_init()
947 if ((result = obj_rsakey_get_tcs_handle(obj_parent, &sess->obj_parent))) in authsess_xsap_init()
H A Dtspi_audit.c174 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKeyHandle))) in Tspi_TPM_GetAuditDigest()
H A Dtspi_aik.c450 if ((result = obj_rsakey_get_tcs_handle(hIdentKey, &tcsKeyHandle))) in Tspi_TPM_ActivateIdentity()
H A Dobj_context.c791 if ((result = obj_rsakey_get_tcs_handle(context->transKey, &tcsTransKey))) in obj_context_transport_establish()
1348 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKey))) in obj_context_transport_close()
H A Dtsp_delegate.c218 if ((result = obj_rsakey_get_tcs_handle(hKey, &tcsKeyHandle))) in create_key_delegation()
H A Dobj_rsakey.c1451 obj_rsakey_get_tcs_handle(TSS_HKEY hKey, TCS_KEY_HANDLE *tcsHandle) in obj_rsakey_get_tcs_handle() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_rsakey.h95 TSS_RESULT obj_rsakey_get_tcs_handle(TSS_HKEY, TCS_KEY_HANDLE *);