diff --git a/drivers/crypto/crypto_ataes132a.c b/drivers/crypto/crypto_ataes132a.c index 956424acc8a..1579275fd47 100644 --- a/drivers/crypto/crypto_ataes132a.c +++ b/drivers/crypto/crypto_ataes132a.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include "crypto_ataes132a_priv.h" diff --git a/drivers/crypto/crypto_mtls_shim.c b/drivers/crypto/crypto_mtls_shim.c index 6fc9ab74e72..d58ce51bac4 100644 --- a/drivers/crypto/crypto_mtls_shim.c +++ b/drivers/crypto/crypto_mtls_shim.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #if !defined(CONFIG_MBEDTLS_CFG_FILE) #include "mbedtls/config.h" diff --git a/drivers/crypto/crypto_nrf_ecb.c b/drivers/crypto/crypto_nrf_ecb.c index b1fe2caad33..49144fcfa09 100644 --- a/drivers/crypto/crypto_nrf_ecb.c +++ b/drivers/crypto/crypto_nrf_ecb.c @@ -5,7 +5,7 @@ */ #include -#include +#include #include #include diff --git a/drivers/crypto/crypto_stm32.c b/drivers/crypto/crypto_stm32.c index b59e1f2f6df..5dcfa2a0037 100644 --- a/drivers/crypto/crypto_stm32.c +++ b/drivers/crypto/crypto_stm32.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/drivers/crypto/crypto_tc_shim.c b/drivers/crypto/crypto_tc_shim.c index f58518c3a6d..51ec5e27f94 100644 --- a/drivers/crypto/crypto_tc_shim.c +++ b/drivers/crypto/crypto_tc_shim.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include "crypto_tc_shim_priv.h" #define LOG_LEVEL CONFIG_CRYPTO_LOG_LEVEL diff --git a/drivers/ieee802154/ieee802154_cc2520.c b/drivers/ieee802154/ieee802154_cc2520.c index ace693504fb..6285fb09041 100644 --- a/drivers/ieee802154/ieee802154_cc2520.c +++ b/drivers/ieee802154/ieee802154_cc2520.c @@ -33,7 +33,7 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME); #ifdef CONFIG_IEEE802154_CC2520_CRYPTO -#include +#include #include #endif /* CONFIG_IEEE802154_CC2520_CRYPTO */ diff --git a/include/crypto/cipher.h b/include/crypto/crypto.h similarity index 98% rename from include/crypto/cipher.h rename to include/crypto/crypto.h index 07c86f182e7..967ec0029aa 100644 --- a/include/crypto/cipher.h +++ b/include/crypto/crypto.h @@ -14,8 +14,8 @@ * as a part of ongoing development. */ -#ifndef ZEPHYR_INCLUDE_CRYPTO_CIPHER_H_ -#define ZEPHYR_INCLUDE_CRYPTO_CIPHER_H_ +#ifndef ZEPHYR_INCLUDE_CRYPTO_H_ +#define ZEPHYR_INCLUDE_CRYPTO_H_ #include #include @@ -311,4 +311,4 @@ static inline int cipher_gcm_op(struct cipher_ctx *ctx, * @} */ -#endif /* ZEPHYR_INCLUDE_CRYPTO_CIPHER_H_ */ +#endif /* ZEPHYR_INCLUDE_CRYPTO_H_ */ diff --git a/samples/drivers/crypto/src/main.c b/samples/drivers/crypto/src/main.c index ddb062156eb..5c92c5aaa55 100644 --- a/samples/drivers/crypto/src/main.c +++ b/samples/drivers/crypto/src/main.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #define LOG_LEVEL CONFIG_CRYPTO_LOG_LEVEL #include diff --git a/subsys/mgmt/osdp/src/osdp_common.c b/subsys/mgmt/osdp/src/osdp_common.c index 8e429e37b5a..38fd133afbe 100644 --- a/subsys/mgmt/osdp/src/osdp_common.c +++ b/subsys/mgmt/osdp/src/osdp_common.c @@ -11,7 +11,7 @@ #include #ifdef CONFIG_OSDP_SC_ENABLED -#include +#include #include #endif diff --git a/subsys/net/l2/ieee802154/ieee802154_security.c b/subsys/net/l2/ieee802154/ieee802154_security.c index b7d06a65e8a..0142916ea14 100644 --- a/subsys/net/l2/ieee802154/ieee802154_security.c +++ b/subsys/net/l2/ieee802154/ieee802154_security.c @@ -8,7 +8,7 @@ LOG_MODULE_REGISTER(net_ieee802154_security, CONFIG_NET_L2_IEEE802154_LOG_LEVEL); -#include +#include #include #include "ieee802154_frame.h"