Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h164 #define MIC_128_SIZE 16 ///< Size of M… macro
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ecb.c95 static uint8_t m_auth_tag[MIC_128_SIZE]; ///< Authorizati…
99 static const uint8_t m_mic_size[] = { 0, MIC_32_SIZE, MIC_64_SIZE, MIC_128_SIZE }; ///< Security le…
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_frame_parser.c224 return MIC_128_SIZE; in mic_size_get()