Utils# group crypto_utils Enable/disable the cryptocell. AuthorAlexandre Abadie alexandre.abadie@inria.fr CopyrightInria, 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.