Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1497 TPMS_SIG_SCHEME_RSAPSS_Marshal(TPMS_SIG_SCHEME_RSAPSS *source,
1500 #define TPMS_SIG_SCHEME_RSAPSS_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c3587 TPMS_SIG_SCHEME_RSAPSS_Marshal(TPMS_SIG_SCHEME_RSAPSS *source, BYTE **buffer, INT32 *size) in TPMS_SIG_SCHEME_RSAPSS_Marshal() function
3692 … return TPMS_SIG_SCHEME_RSAPSS_Marshal((TPMS_SIG_SCHEME_RSAPSS *)&(source->rsapss), buffer, size); in TPMU_SIG_SCHEME_Marshal()
4034 … return TPMS_SIG_SCHEME_RSAPSS_Marshal((TPMS_SIG_SCHEME_RSAPSS *)&(source->rsapss), buffer, size); in TPMU_ASYM_SCHEME_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1176 #define TPMS_SIG_SCHEME_RSAPSS_Marshal(source, buffer, size) \ macro