Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_aes_ccm_acc_ccm.c134 static void u8_string_to_u32x4_big_endian(const uint8_t * p_input, in u8_string_to_u32x4_big_endian() function
290 u8_string_to_u32x4_big_endian(p_aes_ccm_data->key, sizeof(p_aes_ccm_data->key), m_key); in ccm_data_fill()
291 u8_string_to_u32x4_big_endian(p_aes_ccm_data->nonce, sizeof(p_aes_ccm_data->nonce), m_nonce); in ccm_data_fill()