zephyr/drivers/crypto
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
CMakeLists.txt drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
crypto_ataes132a.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
crypto_ataes132a_priv.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
crypto_mtls_shim.c modules: mbedtls: Update mbedTLS commit and apply fixes 2020-05-07 23:46:08 -05:00
crypto_nrf_ecb.c drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
crypto_stm32.c drivers: stm32: Convert STM32 drivers to new DT_INST macros 2020-03-26 12:22:12 -05:00
crypto_stm32_priv.h device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
crypto_tc_shim.c docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
crypto_tc_shim_priv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
Kconfig.ataes132a kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nrf_ecb drivers: crypto: add driver for nRF ECB 2020-04-08 16:20:53 +02:00
Kconfig.stm32 kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00