Home
last modified time | relevance | path

Searched refs:TPM2B_ENCRYPTED_SECRET_Unmarshal (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h116 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&in->encryptedSalt, paramBuffer, paramBufferSize);
247 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&in->secret, paramBuffer, paramBufferSize);
372 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&in->inSymSeed, paramBuffer, paramBufferSize);
397 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&in->inSymSeed, paramBuffer, paramBufferSize);
DTableMarshalDefines.h1369 #define TPM2B_ENCRYPTED_SECRET_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2128 TPM2B_ENCRYPTED_SECRET_Unmarshal(TPM2B_ENCRYPTED_SECRET *target,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4783 TPM2B_ENCRYPTED_SECRET_Unmarshal(TPM2B_ENCRYPTED_SECRET *target, BYTE **buffer, INT32 *size) in TPM2B_ENCRYPTED_SECRET_Unmarshal() function