Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.c106 bool is_authenticated; in prepare_cipher_aead_pkt() local
112 is_authenticated = level != IEEE802154_SECURITY_LEVEL_NONE; in prepare_cipher_aead_pkt()
120 uint8_t auth_len = is_authenticated ? out_buf_offset : 0; in prepare_cipher_aead_pkt()
125 apkt->ad = is_authenticated ? frame : NULL; in prepare_cipher_aead_pkt()
127 apkt->tag = is_authenticated ? frame + ll_hdr_len + payload_len : NULL; in prepare_cipher_aead_pkt()