Home
last modified time | relevance | path

Searched refs:inDigest (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_pcr_extend.c35 TCPA_DIGEST inDigest; in tcs_wrap_Extend() local
49 if (getData(TCSD_PACKET_TYPE_DIGEST, 2, &inDigest, 0, &data->comm)) in tcs_wrap_Extend()
54 result = TCSP_Extend_Internal(hContext, pcrIndex, inDigest, &outDigest); in tcs_wrap_Extend()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_pcr_extend.c31 TCPA_DIGEST inDigest, /* in */ in Transport_Extend() argument
47 Trspi_LoadBlob(&offset, TPM_SHA1_160_HASH_LEN, data, inDigest.digest); in Transport_Extend()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_pcr.c34 TCPA_DIGEST inDigest, /* in */ in TCSP_Extend_Internal() argument
63 inDigest.digest, NULL, NULL))) in TCSP_Extend_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_pcr_extend.c31 TCPA_DIGEST inDigest, /* in */ in RPC_Extend_TP() argument
44 if (setData(TCSD_PACKET_TYPE_DIGEST, 2, &inDigest, 0, &hte->comm)) in RPC_Extend_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h356 TPM_DIGEST inDigest, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c886 TCPA_DIGEST inDigest, /* in */ in RPC_Extend() argument
897 result = RPC_Extend_TP(entry, pcrNum, inDigest, outDigest); in RPC_Extend()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h534 TCPA_DIGEST inDigest, /* in */