Searched refs:TPM2_ST_NO_SESSIONS (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm-dev-common.c36 header->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS);
H A Dtpm2-cmd.c186 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_PCR_READ);
359 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_FLUSH_CONTEXT);
399 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
440 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SHUTDOWN);
468 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SELF_TEST);
504 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
514 if (be16_to_cpu(out->tag) == TPM2_ST_NO_SESSIONS)
569 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
658 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
720 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_STARTU
[all...]
H A Dtpm2-space.c79 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_LOAD);
132 rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_SAVE);
/linux-master/include/linux/
H A Dtpm.h238 TPM2_ST_NO_SESSIONS = 0x8001,
586 * must change to TPM2_ST_NO_SESSIONS
589 head->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS);
195 TPM2_ST_NO_SESSIONS = 0x8001, enumerator in enum:tpm2_structures
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py12 TPM2_ST_NO_SESSIONS = 0x8001 variable
414 TPM2_ST_NO_SESSIONS,
460 TPM2_ST_NO_SESSIONS,
502 TPM2_ST_NO_SESSIONS,
517 TPM2_ST_NO_SESSIONS,
527 TPM2_ST_NO_SESSIONS,
537 TPM2_ST_NO_SESSIONS,
694 TPM2_ST_NO_SESSIONS,
727 TPM2_ST_NO_SESSIONS,
H A Dtpm2_tests.py163 tpm2.TPM2_ST_NO_SESSIONS,
179 tpm2.TPM2_ST_NO_SESSIONS,
196 tpm2.TPM2_ST_NO_SESSIONS,
219 tpm2.TPM2_ST_NO_SESSIONS,
294 cmd = struct.pack(fmt, tpm2.TPM2_ST_NO_SESSIONS, struct.calcsize(fmt),

Completed in 200 milliseconds