Home
last modified time | relevance | path

Searched full:aese (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/crypto/
H A Daes-ce-core.S17 aese.8 \state, \key
38 aese.8 q0, \key2
75 aese.8 q0, \key2
76 aese.8 q1, \key2
77 aese.8 q2, \key2
78 aese.8 q3, \key2
393 * Cortex-A72 (#1655431) cores, where AESE/AESMC instruction pairs
682 * u32 ce_aes_sub(u32 input) - use the aese instruction to perform the
689 aese.8 q0, q1
/linux/arch/arm64/crypto/
H A Daes-ce-ccm-core.S27 aese \va\().16b, \vk\().16b
29 aese \vb\().16b, \vk\().16b
43 aese \va\().16b, v4.16b
44 aese \vb\().16b, v4.16b
/linux/crypto/
H A Daegis128-neon-inner.c9 #define AES_ROUND "aese %0.16b, %1.16b \n\t aesmc %0.16b, %0.16b"
13 #define AES_ROUND "aese.8 %q0, %q1 \n\t aesmc.8 %q0, %q0"
98 * to force the compiler to issue the aese/aesmc instructions in pairs. in aegis_aes_round()
/linux/tools/testing/selftests/arm64/abi/
H A Dhwcap.c47 /* AESE V0.16B, V0.16B */ in aes_sigill()