Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c2188 command->authSize += TPM2B_NONCE_Marshal(nonceTPM, in BuildResponseSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h965 TPM2B_NONCE_Marshal(TPM2B_NONCE *source, BYTE **buffer, INT32 *size);
967 #define TPM2B_NONCE_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h129 *respParmSize += TPM2B_NONCE_Marshal(&out->nonceTPM,
DTableMarshalDefines.h928 #define TPM2B_NONCE_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2062 TPM2B_NONCE_Marshal(TPM2B_NONCE *source, BYTE **buffer, INT32 *size) in TPM2B_NONCE_Marshal() function
2926 result = (UINT16)(result + TPM2B_NONCE_Marshal((TPM2B_NONCE *)&(source->nonce), buffer, size)); in TPMS_AUTH_RESPONSE_Marshal()