Home
last modified time | relevance | path

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

/external/tpm2/
DMarshal_ActivateCredential.c50 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->secret, buffer, size); in ActivateCredential_In_Unmarshal()
DMarshal_Rewrap.c56 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->inSymSeed, buffer, size); in Rewrap_In_Unmarshal()
DMarshal_Import.c57 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->inSymSeed, buffer, size); in Import_In_Unmarshal()
DMarshal_StartAuthSession.c54 TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->encryptedSalt, buffer, size); in StartAuthSession_In_Unmarshal()
Dtpm_generated.h136 TPM_RC TPM2B_ENCRYPTED_SECRET_Unmarshal(TPM2B_ENCRYPTED_SECRET* target,
Dtpm_generated.c1238 TPM_RC TPM2B_ENCRYPTED_SECRET_Unmarshal(TPM2B_ENCRYPTED_SECRET* target, in TPM2B_ENCRYPTED_SECRET_Unmarshal() function