Searched refs:TPM2B_NONCE (Results 1 – 25 of 28) sorted by relevance
12
/external/tpm2/ |
D | Policy_spt_fp.h | 13 TPM2B_NONCE *ref, // IN: the reference data 19 TPM2B_DIGEST *cpHashA, TPM2B_NONCE *nonce,
|
D | PolicySecret_fp.h | 15 TPM2B_NONCE nonceTPM; 17 TPM2B_NONCE policyRef;
|
D | PolicySigned_fp.h | 15 TPM2B_NONCE nonceTPM; 17 TPM2B_NONCE policyRef;
|
D | StartAuthSession_fp.h | 15 TPM2B_NONCE nonceCaller; 24 TPM2B_NONCE nonceTPM;
|
D | Policy_spt.c | 25 TPM2B_NONCE *nonce, in PolicyParameterChecks() 82 TPM2B_NONCE *ref, // IN: the reference data in PolicyContextUpdate()
|
D | Global.h | 318 TPM2B_NONCE nonceTPM; // last TPM-generated nonce for 924 TPM2B_NONCE commitNonce; // This random value is used to compute 976 extern TPM2B_NONCE s_nonceCaller[MAX_SESSION_NUM];
|
D | PolicyAuthorize_fp.h | 15 TPM2B_NONCE policyRef;
|
D | PolicyTicket_fp.h | 16 TPM2B_NONCE policyRef;
|
D | Ticket_fp.h | 15 TPM2B_NONCE *policyRef, // IN: input policyRef
|
D | Session_fp.h | 35 TPM2B_NONCE *nonceCaller, // IN: initial nonceCaller
|
D | marshal_fp.h | 27 MARSHAL_WRAPPER(TPM2B_NONCE)
|
D | Global.c | 50 TPM2B_NONCE s_nonceCaller[MAX_SESSION_NUM];
|
D | SessionProcess.c | 569 TPM2B_NONCE *nonceDecrypt; in ComputeCommandHMAC() 570 TPM2B_NONCE *nonceEncrypt; in ComputeCommandHMAC() 1677 TPM2B_NONCE *nonceTPM, // IN: nonceTPM in ComputeResponseHMAC() 1786 TPM2B_NONCE nonces[] // OUT: nonceTPM in UpdateTPMNonce() 1865 TPM2B_NONCE responseNonces[MAX_SESSION_NUM]; in BuildResponseSession()
|
D | Ticket.c | 91 TPM2B_NONCE *policyRef, // IN: input policyRef in TicketComputeAuth()
|
D | tpm_types.h | 639 typedef TPM2B_DIGEST TPM2B_NONCE; typedef 958 TPM2B_NONCE nonce; 965 TPM2B_NONCE nonce;
|
D | CryptUtil_fp.h | 265 TPM2B_NONCE *nonceCaller, // IN: nonceCaller. It is needed for symmetric
|
D | Session.c | 307 TPM2B_NONCE *nonceCaller, // IN: initial nonceCaller in SessionCreate()
|
D | tpm_generated.h | 176 UINT16 TPM2B_NONCE_Marshal(TPM2B_NONCE* source, BYTE** buffer, INT32* size); 178 TPM_RC TPM2B_NONCE_Unmarshal(TPM2B_NONCE* target, BYTE** buffer, INT32* size);
|
D | CryptUtil.c | 2503 TPM2B_NONCE *nonceCaller, // IN: nonceCaller. It is needed for in CryptSecretDecrypt()
|
D | tpm_generated.c | 1434 UINT16 TPM2B_NONCE_Marshal(TPM2B_NONCE* source, BYTE** buffer, INT32* size) { in TPM2B_NONCE_Marshal() 1438 TPM_RC TPM2B_NONCE_Unmarshal(TPM2B_NONCE* target, BYTE** buffer, INT32* size) { in TPM2B_NONCE_Unmarshal()
|
/external/tpm2/generator/ |
D | commands.txt | 117 _TYPE TPM2B_NONCE 143 _TYPE TPM2B_NONCE 1520 _TYPE TPM2B_NONCE 1526 _TYPE TPM2B_NONCE 1563 _TYPE TPM2B_NONCE 1569 _TYPE TPM2B_NONCE 1607 _TYPE TPM2B_NONCE 1888 _TYPE TPM2B_NONCE
|
D | structures.txt | 37 _NEW_TYPE TPM2B_NONCE 1210 _TYPE TPM2B_NONCE 1217 _TYPE TPM2B_NONCE
|
D | raw_structures_fixed.txt | 379 TPM2B_NONCE .......................................................................................… 892 Table 71 — Definition of Types for TPM2B_NONCE ....................................................… 10439 10.3.4 TPM2B_NONCE 10440 Table 71 — Definition of Types for TPM2B_NONCE 10449 TPM2B_NONCE 12373 TPM2B_NONCE 12402 TPM2B_NONCE
|
D | raw_structures.txt | 379 TPM2B_NONCE .......................................................................................… 892 Table 71 — Definition of Types for TPM2B_NONCE ....................................................… 10426 10.3.4 TPM2B_NONCE 10427 Table 71 — Definition of Types for TPM2B_NONCE 10436 TPM2B_NONCE 12348 TPM2B_NONCE 12377 TPM2B_NONCE
|
D | raw_commands_fixed.txt | 3684 TPM2B_NONCE 3750 TPM2B_NONCE 19155 TPM2B_NONCE 19174 TPM2B_NONCE 19720 TPM2B_NONCE 19739 TPM2B_NONCE 20117 TPM2B_NONCE 23903 TPM2B_NONCE
|
12