Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Bump trusted services submodule to latest version #759

Closed
wants to merge 3 commits into from

Conversation

gowthamsk-arm
Copy link
Contributor

Not ready for review!!!

Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
@gowthamsk-arm gowthamsk-arm requested a review from a team as a code owner May 2, 2024 13:37
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
@@ -22,7 +23,8 @@ impl Context {
plaintext,
salt,
};
let AsymmetricEncryptOut { ciphertext } = self.send_request(&req)?;
let AsymmetricEncryptOut { ciphertext } =
self.send_request(&req, mem::size_of::<AsymmetricEncryptOut>())?;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this take into account the memory size of the ciphertext ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants