Searched refs:xor (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/arch/xtensa/core/ |
| D | window_vectors.S | 104 xor a3, a3, a4 /* bits changed from old to current windowbase */ 107 xor a2, a2, a3 /* flip changed bits in old window base */
|
| /Zephyr-latest/arch/x86/core/ia32/ |
| D | userspace.S | 213 xor %edi, %edi 253 xor %eax, %eax /* EAX = 0, length count */
|
| /Zephyr-latest/dts/arm/silabs/ |
| D | sim3u.dtsi | 83 dma-names = "tx", "rx", "xor";
|
| /Zephyr-latest/arch/x86/core/intel64/ |
| D | userspace.S | 236 xor %rax, %rax
|
| /Zephyr-latest/drivers/crypto/ |
| D | crypto_si32.c | 44 #define DMA_CHANNEL_ID_XOR DT_INST_DMAS_CELL_BY_NAME(0, xor, channel)
|
| /Zephyr-latest/subsys/net/ip/ |
| D | net_if.c | 688 uint8_t j, k, xor; in get_ipaddr_diff() local 695 xor = src[j] ^ dst[j]; in get_ipaddr_diff() 697 if (!(xor & 0x80)) { in get_ipaddr_diff() 699 xor <<= 1; in get_ipaddr_diff()
|
| /Zephyr-latest/modules/mbedtls/ |
| D | Kconfig.tls-generic | 268 bool "Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES"
|