-
Notifications
You must be signed in to change notification settings - Fork 959
Add SHE (Secure Hardware Extension) support to wolfCrypt #10009
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
eeedc47
Add SHE (Secure Hardware Extension) support to wolfCrypt
night1rider 8c0999a
fix macro guarding in tests/api.c
night1rider ee7fe9e
SHE API: remove key storage from context, add direct output params
night1rider 802c340
Add more in depth comments in header file for she.h
night1rider f081a08
Address comments from bigbrett and Fenrir bot. Rename she.{c,h} to wc…
night1rider f8956ab
update she union for callback to be getUid not setUid
night1rider 994b0cd
Add one-shot SHE LoadKey and LoadKey Verify convenience APIs: wc_SHE_…
night1rider 8760b72
Add missing NO_WC_SHE_LOADKEY macro to known macros list
night1rider 92bd03a
Fix .wolfssl_known_macro_extras: remove 19 unneeded macros, add NO_WC…
night1rider 1078e79
Fix CMake SHE deps, const-correctness in CryptoCb uid, stale comment,…
night1rider 1413afb
Fix CMake SHE build: add wc_she.c to sources, propagate CMAC/AES_DIRE…
night1rider 9775795
Add ability to skip load key verify test
night1rider 64a1ac8
wc_SHE_ImportM1M2M3: fix guard from || to && so it gates on WOLF_CRYP…
night1rider File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.