Home
last modified time | relevance | path

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

/system/tpm/trunks/generator/
Draw_commands.txt18948 either TPM_ST_AUTH_SECRET or TPM_ST_AUTH_SIGNED,
18963 TPM_ST_AUTH_SECRET and if produced by TPM2_PolicySigned() then ticketType is
19993 TicketComputeAuth(TPM_ST_AUTH_SECRET, EntityGetHierarchy(in->authHandle),
20002 out->policyTicket.tag = TPM_ST_AUTH_SECRET;
20039 If the structure tag of ticket is TPM_ST_AUTH_SECRET, then commandCode will be
20332 else if(in->ticket.tag == TPM_ST_AUTH_SECRET)
Draw_commands_fixed.txt18959 either TPM_ST_AUTH_SECRET or TPM_ST_AUTH_SIGNED,
18974 TPM_ST_AUTH_SECRET and if produced by TPM2_PolicySigned() then ticketType is
20004 TicketComputeAuth(TPM_ST_AUTH_SECRET, EntityGetHierarchy(in->authHandle),
20013 out->policyTicket.tag = TPM_ST_AUTH_SECRET;
20050 If the structure tag of ticket is TPM_ST_AUTH_SECRET, then commandCode will be
20343 else if(in->ticket.tag == TPM_ST_AUTH_SECRET)
Draw_structures_fixed.txt5989 TPM_ST_AUTH_SECRET
11142 either TPM_ST_AUTH_SIGNED or TPM_ST_AUTH_SECRET; used to
11168 tag {TPM_ST_AUTH_SIGNED, TPM_ST_AUTH_SECRET} TPM_ST
Draw_structures.txt6013 TPM_ST_AUTH_SECRET
11114 either TPM_ST_AUTH_SIGNED or TPM_ST_AUTH_SECRET; used to
11140 tag {TPM_ST_AUTH_SIGNED, TPM_ST_AUTH_SECRET} TPM_ST
/system/tpm/trunks/
Dtpm_generated.h801 constexpr TPM_ST TPM_ST_AUTH_SECRET = 0x8023; variable