-
Notifications
You must be signed in to change notification settings - Fork 163
aes: add support for CCM and GCM algorithms #129
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
Conversation
@jenswi-linaro, @amey-raghatate has addressed the review comments. |
This pull request has been marked as a stale pull request because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment, otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time. |
@jenswi-linaro |
Add support for two new AES algorithms: - TEE_ALG_AES_CCM - TEE_ALG_AES_GCM The user can now invoke: optee_example_aes <algo> Supported values for <algo> are: - TA_AES_ALGO_CCM - TA_AES_ALGO_GCM Signed-off-by: Amey Avinash Raghatate <[email protected]> State: waiting Link: linaro-swg#129
|
The user can now invoke: optee_example_aes <algo> Expanded set of supported values of <algo> are: - TA_AES_ALGO_CCM - TA_AES_ALGO_GCM Signed-off-by: Amey Avinash Raghatate <[email protected]> Reviewed-by: Etienne Carriere <[email protected]> Acked-by: Jens Wiklander <[email protected]>
b9270c6
to
5c0a1c1
Compare
@jforissier @jenswi-linaro tags are applied to the commit. |
Add support for two new AES algorithms:
The user can now invoke:
optee_example_aes
Supported values for are: