Searched refs:TPM2B_DIGEST_Marshal (Results 1 – 7 of 7) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatcher.h | 168 *respParmSize += TPM2B_DIGEST_Marshal(&out->creationHash, 252 *respParmSize += TPM2B_DIGEST_Marshal(&out->certInfo, 544 *respParmSize += TPM2B_DIGEST_Marshal(&out->C3, 637 *respParmSize += TPM2B_DIGEST_Marshal(&out->outHash, 658 *respParmSize += TPM2B_DIGEST_Marshal(&out->outHMAC, 677 *respParmSize += TPM2B_DIGEST_Marshal(&out->outMAC, 693 *respParmSize += TPM2B_DIGEST_Marshal(&out->randomBytes, 791 *respParmSize += TPM2B_DIGEST_Marshal(&out->result, 973 *respParmSize += TPM2B_DIGEST_Marshal(&out->tbsDigest, 1447 *respParmSize += TPM2B_DIGEST_Marshal(&out->policyDigest, [all …]
|
D | TableMarshalDefines.h | 920 #define TPM2B_DIGEST_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/ |
D | ContextSave.c | 223 TPM2B_DIGEST_Marshal(&integrity, &buffer, NULL); in TPM2_ContextSave()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 2016 TPM2B_DIGEST_Marshal(TPM2B_DIGEST *source, BYTE **buffer, INT32 *size) in TPM2B_DIGEST_Marshal() function 2064 return TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)source, buffer, size); in TPM2B_NONCE_Marshal() 2078 return TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)source, buffer, size); in TPM2B_AUTH_Marshal() 2092 return TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)source, buffer, size); in TPM2B_OPERAND_Marshal() 2337 … result = (UINT16)(result + TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)&(source->digest), buffer, size)); in TPMT_TK_CREATION_Marshal() 2362 … result = (UINT16)(result + TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)&(source->digest), buffer, size)); in TPMT_TK_VERIFIED_Marshal() 2388 … result = (UINT16)(result + TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)&(source->digest), buffer, size)); in TPMT_TK_AUTH_Marshal() 2413 … result = (UINT16)(result + TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)&(source->digest), buffer, size)); in TPMT_TK_HASHCHECK_Marshal() 2787 …result = (UINT16)(result + TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)&(source->pcrDigest), buffer, size… in TPMS_QUOTE_INFO_Marshal() 2798 …result = (UINT16)(result + TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)&(source->auditDigest), buffer, si… in TPMS_COMMAND_AUDIT_INFO_Marshal() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
D | Object_spt.c | 270 TPM2B_DIGEST_Marshal(&integrity, &buffer, NULL); in ProduceInnerIntegrity() 870 TPM2B_DIGEST_Marshal(&integrity, &buffer, NULL); in ProduceOuterWrap() 1407 dataSize = TPM2B_DIGEST_Marshal(secret, &buffer, NULL); in SecretToCredential()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 947 TPM2B_DIGEST_Marshal(TPM2B_DIGEST *source, BYTE **buffer, INT32 *size); 968 TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)(source), (buffer), (size)) 984 TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)(source), (buffer), (size)) 1000 TPM2B_DIGEST_Marshal((TPM2B_DIGEST *)(source), (buffer), (size))
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 2194 command->authSize += TPM2B_DIGEST_Marshal(&responseAuth, in BuildResponseSession()
|