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
355
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_FLUSH_CONTEXT);
drivers/char/tpm/tpm2-cmd.c
395
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
436
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SHUTDOWN);
drivers/char/tpm/tpm2-cmd.c
464
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_SELF_TEST);
drivers/char/tpm/tpm2-cmd.c
500
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
510
if (be16_to_cpu(out->tag) == TPM2_ST_NO_SESSIONS)
drivers/char/tpm/tpm2-cmd.c
565
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
652
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
drivers/char/tpm/tpm2-cmd.c
714
rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_STARTUP);
drivers/char/tpm/tpm2-sessions.c
1004
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);