Searched refs:TPM_ALG_ID_Marshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 260 TPM_ALG_ID_Marshal(TPM_ALG_ID *source, BYTE **buffer, INT32 *size); 262 #define TPM_ALG_ID_Marshal(source, buffer, size) \ macro 791 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 803 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 814 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 827 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 839 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 850 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 863 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) 877 TPM_ALG_ID_Marshal((TPM_ALG_ID *)(source), (buffer), (size)) [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 298 TPM_ALG_ID_Marshal(TPM_ALG_ID *source, BYTE **buffer, INT32 *size) in TPM_ALG_ID_Marshal() function 1428 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_HASH_Marshal() 1464 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_ASYM_Marshal() 1509 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_SYM_Marshal() 1551 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_SYM_OBJECT_Marshal() 1599 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_SYM_MODE_Marshal() 1641 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_KDF_Marshal() 1692 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_SIG_SCHEME_Marshal() 1732 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ECC_KEY_EXCHANGE_Marshal() 1818 return TPM_ALG_ID_Marshal((TPM_ALG_ID *)source, buffer, size); in TPMI_ALG_MAC_SCHEME_Marshal() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 676 #define TPM_ALG_ID_Marshal(source, buffer, size) \ macro
|