Searched refs:MAX_STRIDE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-modes.S | 13 #ifndef MAX_STRIDE 14 #define MAX_STRIDE 4 macro 17 #if MAX_STRIDE == 4 35 #if MAX_STRIDE == 5 60 subs w4, w4, #MAX_STRIDE 70 adds w4, w4, #MAX_STRIDE 90 subs w4, w4, #MAX_STRIDE 100 adds w4, w4, #MAX_STRIDE 186 subs w4, w4, #MAX_STRIDE 189 #if MAX_STRIDE == 5 [all …]
|
H A D | aes-ce.S | 150 #define MAX_STRIDE 5 macro
|