Searched defs:len (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | HW_utils.c | 10 void hwu_reverse_byte_order(const unsigned char *in_data, unsigned char *out_data, size_t len) in hwu_reverse_byte_order()
|
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_CRACEN_CM.c | 161 void nhw_CRACEN_CM_give_pusher_data(char *data, size_t len) { in nhw_CRACEN_CM_give_pusher_data() 198 static bool nhw_CRACEN_CM_fetcher_demux(struct CM_tag *tag, char* buf, size_t len) { in nhw_CRACEN_CM_fetcher_demux()
|