Home
last modified time | relevance | path

Searched refs:Delegate_VerifyDelegation (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dspi_utils.c178 .Delegate_VerifyDelegation = RPC_Delegate_VerifyDelegation,
325 .Delegate_VerifyDelegation = Transport_Delegate_VerifyDelegation,
Dtspi_delegate.c325 result = TCS_API(hContext)->Delegate_VerifyDelegation(hContext, delegateSize, delegate); in Tspi_TPM_Delegate_VerifyDelegation()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Drpc_tcstp_tcs.h354 DECLARE_TCSTP_FUNC(Delegate_VerifyDelegation);
Dspi_utils.h626 TSS_RESULT (*Delegate_VerifyDelegation)(TSS_HCONTEXT, UINT32, BYTE *); member