Home
last modified time | relevance | path

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

/system/tpm/trunks/generator/
Draw_structures.txt6025 TPM_ST_AUTH_SIGNED
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
11166 A NULL Auth Ticket is the tuple <TPM_ST_AUTH_SIGNED, TPM_RH_NULL, 0x0000> or the tuple
11167 <TPM_ST_AUTH_SIGNED, TPM_RH_NULL, 0x0000>
Draw_structures_fixed.txt6001 TPM_ST_AUTH_SIGNED
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
11194 A NULL Auth Ticket is the tuple <TPM_ST_AUTH_SIGNED, TPM_RH_NULL, 0x0000> or the tuple
11195 <TPM_ST_AUTH_SIGNED, TPM_RH_NULL, 0x0000>
Draw_commands.txt18948 either TPM_ST_AUTH_SECRET or TPM_ST_AUTH_SIGNED,
18964 TPM_ST_AUTH_SIGNED.
19588 TicketComputeAuth(TPM_ST_AUTH_SIGNED, EntityGetHierarchy(in->authObject),
19598 out->policyTicket.tag = TPM_ST_AUTH_SIGNED;
20040 TPM_CC_PolicySecret. If the structure tag of ticket is TPM_ST_AUTH_SIGNED, then commandCode will
20330 if(in->ticket.tag == TPM_ST_AUTH_SIGNED)
Draw_commands_fixed.txt18959 either TPM_ST_AUTH_SECRET or TPM_ST_AUTH_SIGNED,
18975 TPM_ST_AUTH_SIGNED.
19599 TicketComputeAuth(TPM_ST_AUTH_SIGNED, EntityGetHierarchy(in->authObject),
19609 out->policyTicket.tag = TPM_ST_AUTH_SIGNED;
20051 TPM_CC_PolicySecret. If the structure tag of ticket is TPM_ST_AUTH_SIGNED, then commandCode will
20341 if(in->ticket.tag == TPM_ST_AUTH_SIGNED)
/system/tpm/trunks/
Dtpm_generated.h772 const TPM_ST TPM_ST_AUTH_SIGNED = 0x8025; variable