zephyr/drivers/crypto
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
CMakeLists.txt Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
crypto_ataes132a_priv.h drivers: crypto: ataes132a: Convert to devicetree 2022-07-14 10:37:26 +02:00
crypto_ataes132a.c drivers: crypto: ataes132a: Convert to devicetree 2022-07-14 10:37:26 +02:00
crypto_intel_sha_priv.h Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
crypto_intel_sha_registers.h Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
crypto_intel_sha.c Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
crypto_mtls_shim.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
crypto_nrf_ecb.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
crypto_stm32_priv.h
crypto_stm32.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
crypto_tc_shim_priv.h
crypto_tc_shim.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
Kconfig.ataes132a drivers: crypto: ataes132a: Convert to devicetree 2022-07-14 10:37:26 +02:00
Kconfig.intel Drivers: crypto_intel_sha: Add support for hw intel sha driver 2022-06-06 12:05:12 +02:00
Kconfig.nrf_ecb soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
Kconfig.stm32