Searched defs:buf (Results 1 – 7 of 7) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | crc.c | 104 void append_crc_ble(uint8_t* buf, unsigned int len, uint32_t crc_init) in append_crc_ble() 179 void append_crc_154(uint8_t* buf, unsigned int len, uint16_t crc_init) in append_crc_154()
|
D | NHW_CRACEN_CM.AES.c | 67 static void nhw_CRACEN_CM_AES_process_data(struct CM_tag *tag_st, char* buf, size_t len) { in nhw_CRACEN_CM_AES_process_data() 86 bool nhw_CRACEN_CM_AES_feed_data(struct CM_tag *tag_st, char* buf, size_t len) { in nhw_CRACEN_CM_AES_feed_data()
|
D | NHW_UART_backend_fifo.c | 296 static int uf_rx_lowlevel_read(struct ufifo_st_t *u_el, void *buf, size_t size) { in uf_rx_lowlevel_read() 322 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_rx_get_one_msg() local 371 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_rx_process_last_msg_pre() local 413 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_rx_process_last_msg_post() local 451 struct ufifo_msg_header *buf = (struct ufifo_msg_header *)u_el->last_rx_msg; in uf_Rx_handle_old_input() local
|
D | NRF_GPIO_backend.c | 257 char *buf = s; in process_config_line() local 325 static void nrf_gpio_input_process_next_time(char *buf) in nrf_gpio_input_process_next_time()
|
D | NHW_RADIO_utils.c | 628 uint nhwra_get_payload_length(uint8_t *buf){ in nhwra_get_payload_length() 654 uint nrfra_get_capped_payload_length(uint8_t *buf) { in nrfra_get_capped_payload_length()
|
D | NHW_CRACEN_CM.c | 198 static bool nhw_CRACEN_CM_fetcher_demux(struct CM_tag *tag, char* buf, size_t len) { in nhw_CRACEN_CM_fetcher_demux()
|
/nrf_hw_models-latest/tests/zephyr_apps/54_aar_ccm_ecb/src/ |
D | test_ecb.c | 93 uint8_t buf[16] = {0}; // Different setup to check for accidental memory overwrites in ZTEST() local
|