Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_security_pib.h46 nrf_802154_security_error_t nrf_802154_security_pib_init(void);
54 nrf_802154_security_error_t nrf_802154_security_pib_deinit(void);
72 nrf_802154_security_error_t nrf_802154_security_pib_key_store(nrf_802154_key_t * p_key);
84 nrf_802154_security_error_t nrf_802154_security_pib_key_remove(nrf_802154_key_id_t * p_id);
103 nrf_802154_security_error_t nrf_802154_security_pib_key_use(nrf_802154_key_id_t * p_id,
132 nrf_802154_security_error_t nrf_802154_security_pib_frame_counter_get_next(
Dnrf_802154_security_pib_ram.c131 nrf_802154_security_error_t nrf_802154_security_pib_init(void) in nrf_802154_security_pib_init()
141 nrf_802154_security_error_t nrf_802154_security_pib_deinit(void) in nrf_802154_security_pib_deinit()
146 nrf_802154_security_error_t nrf_802154_security_pib_key_store(nrf_802154_key_t * p_key) in nrf_802154_security_pib_key_store()
187 nrf_802154_security_error_t nrf_802154_security_pib_key_remove(nrf_802154_key_id_t * p_id) in nrf_802154_security_pib_key_remove()
211 nrf_802154_security_error_t nrf_802154_security_pib_key_use(nrf_802154_key_id_t * p_id, in nrf_802154_security_pib_key_use()
251 nrf_802154_security_error_t nrf_802154_security_pib_frame_counter_get_next( in nrf_802154_security_pib_frame_counter_get_next()
Dnrf_802154_security_writer.c103 static nrf_802154_security_error_t frame_counter_inject( in frame_counter_inject()
110 nrf_802154_security_error_t err; in frame_counter_inject()
196 nrf_802154_security_error_t err = frame_counter_inject(&frame_data, &key_id); in nrf_802154_security_writer_tx_setup()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154.h1364 nrf_802154_security_error_t nrf_802154_security_key_store(nrf_802154_key_t * p_key);
1376 nrf_802154_security_error_t nrf_802154_security_key_remove(nrf_802154_key_id_t * p_id);
Dnrf_802154_types.h138 typedef uint8_t nrf_802154_security_error_t; typedef
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154.c931 nrf_802154_security_error_t nrf_802154_security_key_store(nrf_802154_key_t * p_key) in nrf_802154_security_key_store()
936 nrf_802154_security_error_t nrf_802154_security_key_remove(nrf_802154_key_id_t * p_id) in nrf_802154_security_key_remove()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_app.c1918 nrf_802154_security_error_t nrf_802154_security_key_store(nrf_802154_key_t * p_key) in nrf_802154_security_key_store()
1921 nrf_802154_security_error_t err = NRF_802154_SECURITY_ERROR_NONE;; in nrf_802154_security_key_store()
1946 nrf_802154_security_error_t nrf_802154_security_key_remove(nrf_802154_key_id_t * p_id) in nrf_802154_security_key_remove()
1949 nrf_802154_security_error_t err = NRF_802154_SECURITY_ERROR_NONE; in nrf_802154_security_key_remove()
Dnrf_802154_spinel_dec_net.c1771 nrf_802154_security_error_t err; in spinel_decode_prop_nrf_802154_security_key_store()
1805 nrf_802154_security_error_t err; in spinel_decode_prop_nrf_802154_security_key_remove()