Searched refs:TPM2B_NONCE_Marshal (Results 1 – 5 of 5) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 2188 command->authSize += TPM2B_NONCE_Marshal(nonceTPM, in BuildResponseSession()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 965 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/ |
D | CommandDispatcher.h | 129 *respParmSize += TPM2B_NONCE_Marshal(&out->nonceTPM,
|
D | TableMarshalDefines.h | 928 #define TPM2B_NONCE_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 2062 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()
|