Searched refs:mem_xor_n (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | util.h | 745 static inline void mem_xor_n(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, size_t len) in mem_xor_n() function 761 mem_xor_n(dst, src1, src2, 4U); in mem_xor_32() 773 mem_xor_n(dst, src1, src2, 16); in mem_xor_128()
|
/Zephyr-Core-3.7.0/subsys/lorawan/services/ |
D | frag_decoder_lowmem.c | 294 mem_xor_n(xor_row_data_buf, xor_row_data_buf, row_data_buf, in frag_dec() 341 mem_xor_n(xor_row_data_buf, xor_row_data_buf, row_data_buf, decoder->frag_size); in frag_dec() 380 mem_xor_n(xor_row_data_buf, xor_row_data_buf, row_data_buf, in frag_dec()
|
/Zephyr-Core-3.7.0/tests/unit/util/ |
D | main.c | 717 mem_xor_n(dst, src1, src2, len); in ZTEST()
|