Searched refs:TPMA_CC_Marshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 542 TPMA_CC_Marshal(TPMA_CC *source, BYTE **buffer, INT32 *size); 544 #define TPMA_CC_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 754 #define TPMA_CC_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 725 TPMA_CC_Marshal(TPMA_CC *source, BYTE **buffer, INT32 *size) in TPMA_CC_Marshal() function 5685 result = (UINT16)(result + TPMA_CC_Marshal(&source[i], buffer, size)); in TPMA_CC_Array_Marshal()
|