Home | History | Annotate | Download | only in trunks

Lines Matching refs:TPMS_CONTEXT

231   // Creates a TPMS_CONTEXT with the given sequence field.
232 TPMS_CONTEXT CreateContext(UINT64 sequence) {
233 TPMS_CONTEXT context;
239 // Creates a serialized TPMS_CONTEXT with the given sequence field.
761 EXPECT_CALL(tpm_, ContextLoadSync(Field(&TPMS_CONTEXT::sequence, Eq(1u)),