Home
last modified time | relevance | path

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

/external/tpm2-tss/test/unit/
Dsys-execute.c107 static TSS2_TCTI_CONTEXT_COMMON_V1 _tcti_v1_ctx; variable
113 TSS2_TCTI_CONTEXT *tcti_ctx = (TSS2_TCTI_CONTEXT *) &_tcti_v1_ctx; in setup()
120 _tcti_v1_ctx.version = 1; in setup()
121 _tcti_v1_ctx.transmit = tcti_transmit; in setup()
122 _tcti_v1_ctx.receive = tcti_receive; in setup()