Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-esys/api/
DEsys_StartAuthSession.c32 esysContext->in.StartAuthSession.tpmKey = tpmKey; in store_input_parameters()
33 esysContext->in.StartAuthSession.bind = bind; in store_input_parameters()
34 esysContext->in.StartAuthSession.sessionType = sessionType; in store_input_parameters()
35 esysContext->in.StartAuthSession.authHash = authHash; in store_input_parameters()
37 esysContext->in.StartAuthSession.nonceCaller = NULL; in store_input_parameters()
39 esysContext->in.StartAuthSession.nonceCallerData = *nonceCaller; in store_input_parameters()
40 esysContext->in.StartAuthSession.nonceCaller = in store_input_parameters()
41 &esysContext->in.StartAuthSession.nonceCallerData; in store_input_parameters()
44 esysContext->in.StartAuthSession.symmetric = NULL; in store_input_parameters()
46 esysContext->in.StartAuthSession.symmetricData = *symmetric; in store_input_parameters()
[all …]
/external/tpm2-tss/src/tss2-esys/
Desys_int.h113 StartAuthSession_IN StartAuthSession; member
/external/tpm2-tss/
DCHANGELOG.md409 - Added command line option to run the StartAuthSession tests by themselves.
560 - Added more descriptive error codes to StartAuthSession function.
574 - Changed how nonce's are setup after StartAuthSession. Before they were being
578 - Fixed bug in StartAuthSession: wasn't marshaling symmetric parameter
587 StartAuthSession function so that it only occurs in the session key generation
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/lib/tpm/
Dsub.mk173 srcs-y += tpm_symlink/TPMCmd/tpm/src/command/Session/StartAuthSession.c