Searched refs:TPM2B_ENCRYPTED_SECRET_Unmarshal (Results 1 – 6 of 6) sorted by relevance
/external/tpm2/ |
D | Marshal_ActivateCredential.c | 50 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->secret, buffer, size); in ActivateCredential_In_Unmarshal()
|
D | Marshal_Rewrap.c | 56 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->inSymSeed, buffer, size); in Rewrap_In_Unmarshal()
|
D | Marshal_Import.c | 57 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->inSymSeed, buffer, size); in Import_In_Unmarshal()
|
D | Marshal_StartAuthSession.c | 54 TPM2B_ENCRYPTED_SECRET_Unmarshal(&target->encryptedSalt, buffer, size); in StartAuthSession_In_Unmarshal()
|
D | tpm_generated.h | 136 TPM_RC TPM2B_ENCRYPTED_SECRET_Unmarshal(TPM2B_ENCRYPTED_SECRET* target,
|
D | tpm_generated.c | 1238 TPM_RC TPM2B_ENCRYPTED_SECRET_Unmarshal(TPM2B_ENCRYPTED_SECRET* target, in TPM2B_ENCRYPTED_SECRET_Unmarshal() function
|