Searched refs:m_key_storage (Results 1 – 1 of 1) sorted by relevance
55 static table_entry_t m_key_storage[NRF_802154_SECURITY_KEY_STORAGE_SIZE]; variable122 if (key_matches(&m_key_storage[i], p_id)) in key_is_present()135 m_key_storage[i].taken = false; in nrf_802154_security_pib_init()167 if (m_key_storage[i].taken == false) in nrf_802154_security_pib_key_store()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()172 m_key_storage[i].mode = p_key->id.mode; in nrf_802154_security_pib_key_store()173 memcpy(m_key_storage[i].id, p_key->id.p_key_id, id_length_get(p_key->id.mode)); in nrf_802154_security_pib_key_store()174 m_key_storage[i].frame_counter = p_key->frame_counter; in nrf_802154_security_pib_key_store()175 m_key_storage[i].use_global_frame_counter = p_key->use_global_frame_counter; in nrf_802154_security_pib_key_store()[all …]