Searched refs:SECURITY_CONTROL_SIZE (Results 1 – 4 of 4) sorted by relevance
356 bytes_written += SECURITY_CONTROL_SIZE; in security_header_set()371 uint8_t sec_hdr_size = security_header_size(p_frame_data) - SECURITY_CONTROL_SIZE; in security_header_set()373 memcpy(ack_sec_ctrl + SECURITY_CONTROL_SIZE, in security_header_set()374 frame_sec_ctrl + SECURITY_CONTROL_SIZE, in security_header_set()
311 if ((offset + SECURITY_CONTROL_SIZE) > p_parser_data->valid_data_len) in sec_ctrl_parse()317 offset += SECURITY_CONTROL_SIZE; in sec_ctrl_parse()
167 #define SECURITY_CONTROL_SIZE 1 ///< Size of t… macro
1862 &m_current_rx_frame_data) + SECURITY_CONTROL_SIZE; in nrf_802154_trx_receive_frame_bcmatched()