Searched refs:TPM_ALG_ID_Unmarshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 293 TPM_ALG_ID_Unmarshal(TPM_ALG_ID *target, BYTE **buffer, INT32 *size) in TPM_ALG_ID_Unmarshal() function 1383 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_HASH_Unmarshal() 1437 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_ASYM_Unmarshal() 1473 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_SYM_Unmarshal() 1518 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_SYM_OBJECT_Unmarshal() 1560 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_SYM_MODE_Unmarshal() 1608 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_KDF_Unmarshal() 1650 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_SIG_SCHEME_Unmarshal() 1702 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ECC_KEY_EXCHANGE_Unmarshal() 1770 result = TPM_ALG_ID_Unmarshal((TPM_ALG_ID *)target, buffer, size); in TPMI_ALG_MAC_SCHEME_Unmarshal() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 253 TPM_ALG_ID_Unmarshal(TPM_ALG_ID *target, BYTE **buffer, INT32 *size); 255 #define TPM_ALG_ID_Unmarshal(target, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 674 #define TPM_ALG_ID_Unmarshal(target, buffer, size) \ macro
|