Home
last modified time | relevance | path

Searched refs:TPMS_RSA_PARMS_Marshal (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2167 TPMS_RSA_PARMS_Marshal(TPMS_RSA_PARMS *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1388 #define TPMS_RSA_PARMS_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4923 TPMS_RSA_PARMS_Marshal(TPMS_RSA_PARMS *source, BYTE **buffer, INT32 *size) in TPMS_RSA_PARMS_Marshal() function
4999 return TPMS_RSA_PARMS_Marshal((TPMS_RSA_PARMS *)&(source->rsaDetail), buffer, size); in TPMU_PUBLIC_PARMS_Marshal()