drivers: crypto: add driver for nRF ECB

add driver for nRF AES Electronic CodeBook (ECB) peripheral

Signed-off-by: Maciej Fabia <maciej.fabia@nordicsemi.no>
This commit is contained in:
Maciej Fabia 2020-03-20 01:17:31 +01:00 committed by Carles Cufí
commit ae285ef4e6
7 changed files with 169 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# NRF AES ECB configuration options
# Copyright (c) 2020 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menuconfig CRYPTO_NRF_ECB
bool "nRF AES electronic codebook mode encryption"
depends on HAS_HW_NRF_ECB && !BT_CTLR
help
Enable nRF HAL-based AES ECB encryption driver
config CRYPTO_NRF_ECB_DRV_NAME
string "nRF AES ECB driver name"
default "CRYPTO_NRF_ECB"
depends on CRYPTO_NRF_ECB
help
Driver name for nRF AES ECB