mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Minor changes to documentation and code comments for clarity
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
9
3rdparty/p256-m/p256-m_driver_entrypoints.h
vendored
9
3rdparty/p256-m/p256-m_driver_entrypoints.h
vendored
@ -29,15 +29,6 @@
|
||||
|
||||
#include "psa/crypto_types.h"
|
||||
|
||||
/** Convert an internal p256-m error code to a PSA error code
|
||||
*
|
||||
* \param ret An error code thrown by p256-m
|
||||
*
|
||||
* \return The corresponding PSA error code
|
||||
*/
|
||||
psa_status_t p256_to_psa_error(int ret);
|
||||
|
||||
|
||||
/** Generate SECP256R1 ECC Key Pair.
|
||||
* Interface function which calls the p256-m key generation function and
|
||||
* places it in the key buffer provided by the caller (mbed TLS) in the
|
||||
|
Reference in New Issue
Block a user