Searched refs:mem_xor_n (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | util.h | 755 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 771 mem_xor_n(dst, src1, src2, 4U); in mem_xor_32() 783 mem_xor_n(dst, src1, src2, 16); in mem_xor_128()
|
/Zephyr-latest/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-latest/tests/unit/util/ |
D | main.c | 722 mem_xor_n(dst, src1, src2, len); in ZTEST()
|