-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] Overwrite SessionKeystore implementations for KMU
Currently, Cracen KMU doesn't support PSA_ALG_AEAD_WITH_AT_LEAST_THIS_LENGTH_TAG(PSA_ALG_CCM, 8) yet, so we need to use PSA_ALG_CCM. Also we need to use PSA_KEY_USAGE_EXPORT to copy key from ITS to KMU slots. Signed-off-by: Arkadiusz Balys <[email protected]>
- Loading branch information
1 parent
a35590d
commit 9017448
Showing
2 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters