File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
#include "nrf_ecb.h"
31
31
#include "nrf.h"
32
32
33
- #if defined(NRF52840_XXAA )
33
+ #if defined(NRF52840_XXAA ) && defined( FEATURE_CRYPTOCELL310 ) && MBED_CONF_CORDIO_LL_NRF52840_CRYPTOCELL310_ACCELERATION
34
34
#include "nrf52840.h"
35
35
/* Crypto Cell definitions */
36
36
#include "crys_rsa_kg.h"
@@ -834,7 +834,7 @@ bool_t PalCryptoAesCcmDecrypt(PalCryptoEnc_t *pEnc, uint8_t *pBuf)
834
834
return TRUE;
835
835
}
836
836
837
- #if defined(NRF52840_XXAA )
837
+ #if defined(NRF52840_XXAA ) && defined( FEATURE_CRYPTOCELL310 ) && MBED_CONF_CORDIO_LL_NRF52840_CRYPTOCELL310_ACCELERATION
838
838
/*************************************************************************************************/
839
839
/*!
840
840
* \brief Execute the CCM-Mode encryption algorithm.
You can’t perform that action at this time.
0 commit comments