Utils#

group crypto_utils

Enable/disable the cryptocell.

Author

Alexandre Abadie alexandre.abadie@inria.fr

Copyright

Inria, 2023

Functions

static inline void crypto_enable_cryptocell(void)#

Enables the CryptoCell.

Must be called before each call to the CryptoCell functions.

static inline void crypto_disable_cryptocell(void)#

Disables the CryptoCell.

Must be called after each call to the CryptoCell functions.