Home
last modified time | relevance | path

Searched refs:xor (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dwindow_vectors.S104 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/
Duserspace.S213 xor %edi, %edi
253 xor %eax, %eax /* EAX = 0, length count */
/Zephyr-latest/dts/arm/silabs/
Dsim3u.dtsi83 dma-names = "tx", "rx", "xor";
/Zephyr-latest/arch/x86/core/intel64/
Duserspace.S236 xor %rax, %rax
/Zephyr-latest/drivers/crypto/
Dcrypto_si32.c44 #define DMA_CHANNEL_ID_XOR DT_INST_DMAS_CELL_BY_NAME(0, xor, channel)
/Zephyr-latest/subsys/net/ip/
Dnet_if.c686 uint8_t j, k, xor; in get_ipaddr_diff() local
693 xor = src[j] ^ dst[j]; in get_ipaddr_diff()
695 if (!(xor & 0x80)) { in get_ipaddr_diff()
697 xor <<= 1; in get_ipaddr_diff()
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic267 bool "Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES"