Glue code translating between PSA Crypto and the CryptoCell 310 driver APIs. More...
Glue code translating between PSA Crypto and the CryptoCell 310 driver APIs.
Definition in file psa_error.h.
#include "psa/crypto.h"#include "crys_ecpki_error.h"#include "crys_ec_mont_edw_error.h"#include "crys_hash_error.h"#include "ssi_aes_error.h"#include "crys_chacha_error.h"
 Include dependency graph for psa_error.h:Go to the source code of this file.
| psa_status_t | CRYS_to_psa_error (CRYSError_t error) | 
| Convert CryptoCell CRYS errors to PSA status values.  More... | |
| psa_status_t | SaSi_to_psa_error (SaSiStatus error) | 
| Convert CryptoCell SaSi errors to PSA status values.  More... | |
| const char * | cryptocell310_status_to_humanly_readable (uint32_t status) | 
| Function to print CryptoCell Error values in clear text.  More... | |
| const char* cryptocell310_status_to_humanly_readable | ( | uint32_t | status | ) | 
Function to print CryptoCell Error values in clear text.
| status | Error value of type SaSiStatus or CRYSError_t  | 
| psa_status_t CRYS_to_psa_error | ( | CRYSError_t | error | ) | 
Convert CryptoCell CRYS errors to PSA status values.
| error | Error value of type CRYSError_t  | 
| psa_status_t SaSi_to_psa_error | ( | SaSiStatus | error | ) | 
Convert CryptoCell SaSi errors to PSA status values.
| error | Error value of type SaSiStatus  |