Home
last modified time | relevance | path

Searched refs:IEEE802154_SECURITY_LEVEL_ENC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_security.c50 if (level > IEEE802154_SECURITY_LEVEL_ENC) { in ieee802154_security_setup_session()
52 } else if (level < IEEE802154_SECURITY_LEVEL_ENC) { in ieee802154_security_setup_session()
109 __ASSERT_NO_MSG(level != IEEE802154_SECURITY_LEVEL_ENC); in prepare_cipher_aead_pkt()
111 is_encrypted = level > IEEE802154_SECURITY_LEVEL_ENC; in prepare_cipher_aead_pkt()
Dieee802154_frame.c497 if (sec_ctx->level < IEEE802154_SECURITY_LEVEL_ENC) { in ieee802154_compute_header_and_authtag_len()
732 if (level >= IEEE802154_SECURITY_LEVEL_ENC) { in ieee802154_create_data_frame()
955 if (level >= IEEE802154_SECURITY_LEVEL_ENC) { in ieee802154_decipher_data_frame()
Dieee802154_frame.h142 #define IEEE802154_SECURITY_LEVEL_ENC IEEE802154_SECURITY_LEVEL_RESERVED macro