8 #define FALSEORSTOP(status, function) \
9 DEBUG2(String(function) + " failed " + cryptoerrortoString(status)); \
12 #define FALSEORSTOP(s,f) return false;
15 #define FALSEORSTOP(s, f) return false;
20 #define DUMP(t, b, l) cryptodump(t, b, l)
25#define AES128_ERROR1 1000
26#define AES128_ERROR2 1001
27#define AES128_ERROR3 1002
28#define AES128_ERROR4 1003
29#define AES128_ERROR5 1004
30#define AES128_ERROR6 1005
35void cryptodump(String title,
unsigned char *buf,
int lenbuff);
void cryptodump(String title, unsigned char *buf, int lenbuff)
String cryptoerrortoString(psa_status_t err)
psa_status_t getLastAES128error()