Searched refs:TPM_ST_AUTH_SECRET (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | PolicySecret.c | 87 TicketComputeAuth(TPM_ST_AUTH_SECRET, EntityGetHierarchy(in->authHandle), in TPM2_PolicySecret() 97 out->policyTicket.tag = TPM_ST_AUTH_SECRET; in TPM2_PolicySecret()
|
D | PolicyTicket.c | 76 else if(in->ticket.tag == TPM_ST_AUTH_SECRET) in TPM2_PolicyTicket()
|
D | tpm_types.h | 217 #define TPM_ST_AUTH_SECRET 0x8023 macro
|
D | part3.txt | 10642 ticketType either TPM_ST_AUTH_SECRET or TPM_ST_AUTH_SIGNED, 10646 … TPM_ST_AUTH_SECRET and if produced by TPM2_PolicySigned() then ticketType is 11170 68 TicketComputeAuth(TPM_ST_AUTH_SECRET, EntityGetHierarchy(in->authHandle), 11180 78 out->policyTicket.tag = TPM_ST_AUTH_SECRET; 11209 If the structure tag of ticket is TPM_ST_AUTH_SECRET, then commandCode will be 11347 61 else if(in->ticket.tag == TPM_ST_AUTH_SECRET)
|
D | tpm_generated.c | 7249 if (*target == TPM_ST_AUTH_SECRET) { in TPM_ST_Unmarshal()
|
/external/tpm2/generator/ |
D | structures.txt | 399 _NAME TPM_ST_AUTH_SECRET 1013 _VALID TPM_ST_AUTH_SECRET
|
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 | 5986 TPM_ST_AUTH_SECRET 11127 either TPM_ST_AUTH_SIGNED or TPM_ST_AUTH_SECRET; used to 11153 tag {TPM_ST_AUTH_SIGNED, TPM_ST_AUTH_SECRET}
|