Searched hist:eaa62e825e31fb22a6245d9a5ab9cf5c9f8c0e46 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_psa_crypto.c | eaa62e825e31fb22a6245d9a5ab9cf5c9f8c0e46 Fri Sep 22 17:06:05 UTC 2023 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(mbedtls-psa): use PSA crypto API during signature verification
A PSA crypto API is used for signature verification, namely psa_verify_message, which calculates the signature and verify it for the given signed message.
Note, this functionality is as of now tested for RSA based Key algorithm, subsequent patches will provide the signature verification support for all the key algorithms available in TF-A (provided by KEY_ALG build option).
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I16214e3cac6a7af445530a6dbd66cfc6ceedcfc6
|