zephyr/drivers/crypto
Sebastian Bøe c2c8c849b6 cmake: Don't have users call zephyr_link_interface on mbedTLS
Libraries that use mbedTLS have been invoking
zephyr_link_interface(mbedTLS). It is not clear what the intent of
this code has been, but it is redundant with the mbedTLS build
scripts, so it can be safely removed.

In addition to being redundant, it causes problems as it introduces an
ordering dependency, with this code mbedTLS must be declared before
users of mbedTLS are declared. Since this code is redundant, this
ordering dependency is also unnecessary.

This code is believed to have been added early on by accident and
copied through cargo-cult programming since.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-05-11 08:35:26 -04:00
..
CMakeLists.txt cmake: Don't have users call zephyr_link_interface on mbedTLS 2019-05-11 08:35:26 -04:00
crypto_ataes132a.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
crypto_ataes132a_priv.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
crypto_mtls_shim.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
crypto_tc_shim.c ext: lib: crypto: unify the API of CCM alogrith 2019-04-02 21:02:00 -04:00
crypto_tc_shim_priv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig drivers: crypto: move to new logger 2018-10-08 17:49:12 -04:00
Kconfig.ataes132a drivers: crypto: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00