Searched refs:UnloadBlob_Auth (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcs_pbg.c | 60 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() 61 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() 64 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() 67 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() 107 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() 154 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() 202 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() 275 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() 276 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() 279 UnloadBlob_Auth(&offset1, b, auth1); in tpm_rsp_parse() [all …]
|
H A D | tcsi_transport.c | 106 UnloadBlob_Auth(&offset, txBlob, pEncKeyAuth); in TCSP_EstablishTransport_Internal() 360 UnloadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ExecuteTransport_Internal() 507 UnloadBlob_Auth(&offset, txBlob, pKeyAuth); in TCSP_ReleaseTransportSigned_Internal() 508 UnloadBlob_Auth(&offset, txBlob, pTransAuth); in TCSP_ReleaseTransportSigned_Internal()
|
H A D | tcsi_daa.c | 100 UnloadBlob_Auth(&offset, txBlob, ownerAuth); in TCSP_DaaJoin_internal() 181 UnloadBlob_Auth(&offset, txBlob, ownerAuth); in TCSP_DaaSign_internal()
|
H A D | tcsi_changeauth.c | 256 UnloadBlob_Auth(&offset, txBlob, pAuth); in TCSP_ChangeAuthAsymStart_Internal() 349 UnloadBlob_Auth(&offset, txBlob, ownerAuth); in TCSP_ChangeAuthAsymFinish_Internal()
|
H A D | tcs_utils.c | 275 UnloadBlob_Auth(UINT64 *offset, BYTE * blob, TPM_AUTH * auth) in UnloadBlob_Auth() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 214 void UnloadBlob_Auth(UINT64 *, BYTE *, TPM_AUTH *);
|