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/
H A Dspi_utils.c178 .Delegate_VerifyDelegation = RPC_Delegate_VerifyDelegation,
325 .Delegate_VerifyDelegation = Transport_Delegate_VerifyDelegation,
H A 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/
H A Drpc_tcstp_tcs.h354 DECLARE_TCSTP_FUNC(Delegate_VerifyDelegation);
H A Dspi_utils.h626 TSS_RESULT (*Delegate_VerifyDelegation)(TSS_HCONTEXT, UINT32, BYTE *); member