Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_aik.c31 TCPA_ENCAUTH identityAuth, /* in */ in TCSP_MakeIdentity_Internal() argument
68 if ((result = tpm_rqu_build(TPM_ORD_MakeIdentity, &offset, txBlob, identityAuth.authdata, in TCSP_MakeIdentity_Internal()
179 TCPA_ENCAUTH identityAuth, /* in */ in TCSP_MakeIdentity2_Internal() argument
207 if ((result = tpm_rqu_build(TPM_ORD_MakeIdentity, &offset, txBlob, identityAuth.authdata, in TCSP_MakeIdentity2_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_aik.c73 TCPA_ENCAUTH identityAuth, /* in */ in Transport_MakeIdentity2() argument
101 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, identityAuth.authdata); in Transport_MakeIdentity2()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_aik.c34 TCPA_ENCAUTH identityAuth; in tcs_wrap_MakeIdentity() local
64 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 1, &identityAuth, 0, &data->comm)) in tcs_wrap_MakeIdentity()
99 result = TCSP_MakeIdentity_Internal(hContext, identityAuth, privCAHash, in tcs_wrap_MakeIdentity()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_aik.c30 TCPA_ENCAUTH identityAuth, /* in */ in RPC_MakeIdentity_TP() argument
56 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 1, &identityAuth, 0, &hte->comm)) in RPC_MakeIdentity_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h137 TPM_ENCAUTH identityAuth, // in
157 TPM_ENCAUTH identityAuth, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h398 TCPA_ENCAUTH identityAuth, /* in */
417 TCPA_ENCAUTH identityAuth, /* in */
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c516 TCPA_ENCAUTH identityAuth, /* in */ in RPC_MakeIdentity() argument
541 result = RPC_MakeIdentity_TP(entry, identityAuth, in RPC_MakeIdentity()