| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_cracen.c | 70 uint8_t key[CTR_DRBG_KEY_SIZE]; member 121 uint32_t key; in trng_setup_conditioning_key() local 122 key = nrf_cracen_rng_fifo_get(NRF_CRACENCORE); in trng_setup_conditioning_key() 123 nrf_cracen_rng_key_set(NRF_CRACENCORE, i, key); in trng_setup_conditioning_key() 416 r = cm_aes_ecb(m_cb.key, sizeof(m_cb.key), m_cb.value, temp + temp_length); in ctr_drbg_update() 430 memcpy(m_cb.key, temp, sizeof(m_cb.key)); in ctr_drbg_update() 431 memcpy(m_cb.value, temp + sizeof(m_cb.key), sizeof(m_cb.value)); in ctr_drbg_update() 524 r = cm_aes_ecb(m_cb.key, sizeof(m_cb.key), m_cb.value, temp); in nrfx_cracen_ctr_drbg_random_get()
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/include/ |
| D | nrf_802154_spinel_datatypes.h | 1327 #define NRF_802154_SECURITY_KEY_STORE_ENCODE(key, key_size, key_id_size) \ argument 1328 (key).value.p_cleartext_key, \ 1330 (key).id.mode, \ 1331 (key).id.p_key_id, \ 1333 (key).type, \ 1334 (key).frame_counter, \ 1335 (key).use_global_frame_counter 1344 #define NRF_802154_SECURITY_KEY_STORE_DECODE(key, key_size, key_id_size) \ argument 1345 & (key).value.p_cleartext_key, \ 1347 &(key).id.mode, \ [all …]
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ |
| D | nrf_802154_security_pib_ram.c | 47 uint8_t key[AES_CCM_KEY_SIZE]; member 169 memcpy(m_key_storage[i].key, in nrf_802154_security_pib_key_store() 171 sizeof(m_key_storage[i].key)); in nrf_802154_security_pib_key_store() 221 memcpy((uint8_t *)destination, m_key_storage[i].key, sizeof(m_key_storage[i].key)); in nrf_802154_security_pib_key_use()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_qspi.h | 294 uint32_t key[4]; /**< AES 128-bit key, stored on 4 32-bit words. */ member 1088 p_reg->XIP_ENC.KEY0 = p_cfg->key[0]; in nrf_qspi_xip_encryption_configure() 1089 p_reg->XIP_ENC.KEY1 = p_cfg->key[1]; in nrf_qspi_xip_encryption_configure() 1090 p_reg->XIP_ENC.KEY2 = p_cfg->key[2]; in nrf_qspi_xip_encryption_configure() 1091 p_reg->XIP_ENC.KEY3 = p_cfg->key[3]; in nrf_qspi_xip_encryption_configure() 1109 p_reg->DMA_ENC.KEY0 = p_cfg->key[0]; in nrf_qspi_dma_encryption_configure() 1110 p_reg->DMA_ENC.KEY1 = p_cfg->key[1]; in nrf_qspi_dma_encryption_configure() 1111 p_reg->DMA_ENC.KEY2 = p_cfg->key[2]; in nrf_qspi_dma_encryption_configure() 1112 p_reg->DMA_ENC.KEY3 = p_cfg->key[3]; in nrf_qspi_dma_encryption_configure()
|
| D | nrf_ccm.h | 307 uint8_t key[NRF_CCM_KEY_SIZE]; ///< 16-byte AES key. member
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_aes_ccm_acc_ecb.c | 103 uint32_t key[NRF_802154_AES_CCM_BLOCK_SIZE / sizeof(uint32_t)]; member 206 memcpy(m_ecb_hal_data.key, p_key, NRF_802154_AES_CCM_BLOCK_SIZE); in ecb_hal_key_set() 520 ecb_hal_key_set(m_aes_ccm_data.key); in start_ecb_auth_transformation()
|
| D | nrf_802154_aes_ccm.h | 55 uint8_t key[AES_CCM_KEY_SIZE]; ///< Pointer to AES-CCM* key member
|
| D | nrf_802154_aes_ccm_acc_ccm.c | 290 u8_string_to_u32x4_big_endian(p_aes_ccm_data->key, sizeof(p_aes_ccm_data->key), m_key); in ccm_data_fill()
|
| D | nrf_802154_encrypt.c | 167 nrf_802154_security_pib_key_use(&key_id, p_aes_ccm_data->key); in aes_ccm_data_key_prepare()
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_spinel_dec_net.c | 1768 nrf_802154_key_t key = {0}; in spinel_decode_prop_nrf_802154_security_key_store() local 1776 NRF_802154_SECURITY_KEY_STORE_DECODE(key, key_size, key_id_size)); in spinel_decode_prop_nrf_802154_security_key_store() 1782 err = nrf_802154_security_key_store(&key); in spinel_decode_prop_nrf_802154_security_key_store()
|
| /hal_nordic-latest/nrfx/samples/doc/ |
| D | nrfx_examples.doxyfile | 1767 # search using the keyboard; to jump to the search box use <access key> + S 1768 # (what the <access key> is depends on the OS and browser, but it is typically 1770 # key> to jump into the search results window, the results can be navigated
|
| /hal_nordic-latest/nrfx/doc/ |
| D | nrfx.doxyfile | 1776 # search using the keyboard; to jump to the search box use <access key> + S 1777 # (what the <access key> is depends on the OS and browser, but it is typically 1779 # key> to jump into the search results window, the results can be navigated
|