Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c269 TPM_KEY_BITS_Unmarshal(TPM_KEY_BITS *target, BYTE **buffer, INT32 *size) in TPM_KEY_BITS_Unmarshal() function
2938 result = TPM_KEY_BITS_Unmarshal((TPM_KEY_BITS *)target, buffer, size); in TPMI_TDES_KEY_BITS_Unmarshal()
2972 result = TPM_KEY_BITS_Unmarshal((TPM_KEY_BITS *)target, buffer, size); in TPMI_AES_KEY_BITS_Unmarshal()
3009 result = TPM_KEY_BITS_Unmarshal((TPM_KEY_BITS *)target, buffer, size); in TPMI_SM4_KEY_BITS_Unmarshal()
3040 result = TPM_KEY_BITS_Unmarshal((TPM_KEY_BITS *)target, buffer, size); in TPMI_CAMELLIA_KEY_BITS_Unmarshal()
4222 result = TPM_KEY_BITS_Unmarshal((TPM_KEY_BITS *)target, buffer, size); in TPMI_RSA_KEY_BITS_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h227 TPM_KEY_BITS_Unmarshal(TPM_KEY_BITS *target, BYTE **buffer, INT32 *size);
229 #define TPM_KEY_BITS_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h668 #define TPM_KEY_BITS_Unmarshal(target, buffer, size) \ macro