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

[ate] Simplify DeriveSymmetricKeys call. #74

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

moidx
Copy link
Collaborator

@moidx moidx commented Feb 19, 2025

Simplify DeriveSymmetricKeys call to allow the caller to allocate memory in the stack for the request and response parameters. As a result, this change removes the AllocateDeriveSymmetricKeyResponse and FreeDeriveSymmetricKeyResponse functions.

Simplify `DeriveSymmetricKeys` call to allow the caller to allocate
memory in the stack for the request and response parameters. As a
result, this change removes the `AllocateDeriveSymmetricKeyResponse` and
`FreeDeriveSymmetricKeyResponse` functions.

Signed-off-by: Miguel Osorio <[email protected]>
@moidx moidx requested a review from timothytrippel February 19, 2025 18:13
@moidx moidx merged commit 0cb3f81 into lowRISC:main Feb 19, 2025
4 checks passed
@moidx moidx deleted the simplify-derive-keys-call branch February 19, 2025 19:33
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