1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Introduce new PSA to mbedtls PK error mapping function

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong
2022-02-21 10:39:57 +01:00
parent 4579a972bf
commit a3fdfb4925
2 changed files with 38 additions and 0 deletions

View File

@ -84,6 +84,10 @@
extern "C" {
#endif
#if defined(MBEDTLS_USE_PSA_CRYPTO)
int mbedtls_pk_psa_err_translate( psa_status_t status );
#endif
/**
* \brief Public key types
*/