Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h234 TPM_KEY_BITS_Marshal(TPM_KEY_BITS *source, BYTE **buffer, INT32 *size);
236 #define TPM_KEY_BITS_Marshal(source, buffer, size) \ macro
1268 TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)(source), (buffer), (size))
1281 TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)(source), (buffer), (size))
1294 TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)(source), (buffer), (size))
1309 TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)(source), (buffer), (size))
1876 TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)(source), (buffer), (size))
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c274 TPM_KEY_BITS_Marshal(TPM_KEY_BITS *source, BYTE **buffer, INT32 *size) in TPM_KEY_BITS_Marshal() function
2961 return TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)source, buffer, size); in TPMI_TDES_KEY_BITS_Marshal()
2998 return TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)source, buffer, size); in TPMI_AES_KEY_BITS_Marshal()
3029 return TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)source, buffer, size); in TPMI_SM4_KEY_BITS_Marshal()
3066 return TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)source, buffer, size); in TPMI_CAMELLIA_KEY_BITS_Marshal()
4254 return TPM_KEY_BITS_Marshal((TPM_KEY_BITS *)source, buffer, size); in TPMI_RSA_KEY_BITS_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h670 #define TPM_KEY_BITS_Marshal(source, buffer, size) \ macro