1 /* 2 * Copyright (c) 2023, The TrustedFirmware-M Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 * 6 */ 7 8 #ifndef CC3XX_DRV_H 9 #define CC3XX_DRV_H 10 11 #include "cc3xx_init.h" 12 #include "cc3xx_rng.h" 13 #include "cc3xx_aes.h" 14 #include "cc3xx_hash.h" 15 #include "cc3xx_lcs.h" 16 #include "cc3xx_otp.h" 17 #include "cc3xx_dma.h" 18 #include "cc3xx_kdf.h" 19 20 #endif /* CC3XX_DRV_H */ 21