Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c395 SYNC_FETCH_OP(xor, 1, unsigned char)
396 SYNC_FETCH_OP(xor, 2, short unsigned int)
397 SYNC_FETCH_OP(xor, 4, unsigned int)
399 SYNC_OP_FETCH(xor, 1, unsigned char)
400 SYNC_OP_FETCH(xor, 2, short unsigned int)
401 SYNC_OP_FETCH(xor, 4, unsigned int)
491 SYNC_FETCH_OP(xor, 8, long long unsigned int)
503 SYNC_OP_FETCH(xor, 8, long long unsigned int)
/hal_espressif-latest/components/xtensa/
Dxtensa_intr_asm.S218 xor a5, a5, a2 /* a5 = _xt_intenable & ~mask */
228 xor a3, a3, a2 /* invert bits in mask set in mask, essentially clearing them */
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-siv.c33 static void xor(u8 *a, const u8 *b) in xor() function
95 xor(tmp, tmp2); in aes_s2v()
111 xor(tmp, tmp2); in aes_s2v()
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_utility.c177 uint8_t xor = 0; in esp_efuse_utility_apply_34_encoding() local
180 xor ^= in_bytes[i]; in esp_efuse_utility_apply_34_encoding()
185 out[6] = xor; in esp_efuse_utility_apply_34_encoding()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dmpuasm.h83 xor \a_temp2, \a_temp2, \a_temp1 // zero it
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst162 …s the checksum of the data of all segments. The checksum is defined as the xor-sum of all bytes an…