AES128ESP32 Library
Loading...
Searching...
No Matches
crypto.h File Reference
#include <cstring>
#include <list>
#include "psa/crypto_values.h"
#include "delays.h"
#include "psaerr2str.h"
#include "pbkdf2.h"
#include "psa/crypto.h"

Go to the source code of this file.

Classes

class  crypto

Macros

#define _Cr2X_
#define PRINTERRORxxxx(function)
#define NUMBYTES   16
#define IVSIZE   12

Macro Definition Documentation

◆ _Cr2X_

#define _Cr2X_

Definition at line 3 of file crypto.h.

◆ IVSIZE

#define IVSIZE   12

Definition at line 58 of file crypto.h.

◆ NUMBYTES

#define NUMBYTES   16

Definition at line 57 of file crypto.h.

◆ PRINTERRORxxxx

#define PRINTERRORxxxx ( function)
Value:
DEBUG2(String(function) + " failed " + errortoString(status)); \
#define DEBUG2
Definition delays.h:54
#define STOP
Definition delays.h:23
String errortoString(psa_status_t err)
Definition psaerr2str.h:38

Definition at line 13 of file crypto.h.