Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S96 #define ROUND4(round, s0, s1, s2, s3) \ macro
137 ROUND4(0, b0, b1, b2, b3); \
138 ROUND4(1, b1, b2, b3, b0); \
139 ROUND4(2, b2, b3, b0, b1); \
140 ROUND4(3, b3, b0, b1, b2); \