Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Daes.c369 uint32_t tmp1, old_a0, a0, a1, a2, a3, row; in AES_encrypt() local
395 old_a0 = a0; in AES_encrypt()
400 a3 ^= tmp1 ^ AES_xtime(a3 ^ old_a0); in AES_encrypt()