Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm.h55 uint8_t key[AES_CCM_KEY_SIZE]; ///< Pointer to AES-CCM* key
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h169 #define AES_CCM_KEY_SIZE 16 ///< Size of A… macro
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_security_pib_ram.c47 uint8_t key[AES_CCM_KEY_SIZE];
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c1933 NRF_802154_SECURITY_KEY_STORE_ENCODE(*p_key, AES_CCM_KEY_SIZE, KEY_ID_MODE_3_SIZE)); in nrf_802154_security_key_store()