TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_crypto_private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRYPTO_IN_OUT_LEN_VALIDATE(in_len, in_min, in_max, out_len, out_min, out_max)
 

Macro Definition Documentation

#define CRYPTO_IN_OUT_LEN_VALIDATE (   in_len,
  in_min,
  in_max,
  out_len,
  out_min,
  out_max 
)
Value:
if (((in_len) != (in_max)) || ((out_len) != (out_max))) { \
}
#define PSA_ERROR_PROGRAMMER_ERROR
Definition: error.h:32

Definition at line 38 of file tfm_crypto_private.h.