zephyr/drivers/crypto
Flavio Ceolin 981ea3042e drivers: crypto: Keep namespace consistent
The API to set a callback has the namespace cipher but the driver
function pointer was using the namespace crypto. As this API belongs
to the cipher subgroup, just rename the function pointer in the driver
to be consistent.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-03-01 16:32:43 -05:00
..
CMakeLists.txt
crypto_ataes132a_priv.h
crypto_ataes132a.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_mtls_shim.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_nrf_ecb.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_stm32_priv.h
crypto_stm32.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
crypto_tc_shim_priv.h
crypto_tc_shim.c drivers: crypto: Keep namespace consistent 2022-03-01 16:32:43 -05:00
Kconfig kconfig: drivers: crypto: Remove EXPERIMENTAL 2022-02-21 22:20:51 -05:00
Kconfig.ataes132a
Kconfig.nrf_ecb
Kconfig.stm32