Searched refs:TPM_ST_AUTH_SECRET (Results 1 – 5 of 5) sorted by relevance
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 18948 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)
|
D | raw_commands_fixed.txt | 18959 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)
|
D | raw_structures.txt | 6013 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
|
D | raw_structures_fixed.txt | 5989 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
|
/system/tpm/trunks/ |
D | tpm_generated.h | 770 const TPM_ST TPM_ST_AUTH_SECRET = 0x8023; variable
|