Symbol: TPM2_ST_NO_SESSIONS
drivers/char/tpm/tpm-buf.c
39
WARN_ON(tag != TPM_TAG_RQU_COMMAND && tag != TPM2_ST_NO_SESSIONS &&
drivers/char/tpm/tpm-dev-common.c
39
header->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS);
drivers/char/tpm/tpm2-cmd.c
142
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_PCR_READ);
drivers/char/tpm/tpm2-cmd.c
294
head->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS);
drivers/char/tpm/tpm2-cmd.c
353
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_FLUSH_CONTEXT);
drivers/char/tpm/tpm2-cmd.c
393
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
434
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SHUTDOWN);
drivers/char/tpm/tpm2-cmd.c
462
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SELF_TEST);
drivers/char/tpm/tpm2-cmd.c
498
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
508
if (be16_to_cpu(out->tag) == TPM2_ST_NO_SESSIONS)
drivers/char/tpm/tpm2-cmd.c
563
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
650
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
712
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_STARTUP);
drivers/char/tpm/tpm2-sessions.c
1028
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_START_AUTH_SESS);
drivers/char/tpm/tpm2-sessions.c
179
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_READ_PUBLIC);
drivers/char/tpm/tpm2-space.c
132
rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_SAVE);
drivers/char/tpm/tpm2-space.c
79
rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_LOAD);
security/keys/trusted-keys/trusted_tpm2.c
530
head->tag = cpu_to_be16(TPM2_ST_NO_SESSIONS);