Develop a cc_3xx driver entry point for the aead capability (aead_encrypt, aead_decrypt)
Modify the build system to build any additional source added.
Make sure no tests break.
Develop a cc_3xx driver entry point for the aead capability (aead_encrypt, aead_decrypt)
Modify the build system to build any additional source added.
Make sure no tests break.
I think you could start from the single-shot AEAD APIs because it's the only single shot API that I am sure we test 100% in the TF-M regression tests.
Taking this advice, will try to start here.
Thanks!