H A D | aes_pwr8_ctrcbc.c | 231 #define BLOCK_ENCRYPT_X4_128(x0, x1, x2, x3) \ argument 235 vxor(x3, x3, 0) \ 239 vcipher(x3, x3, 1) \ 243 vcipher(x3, x3, 2) \ 247 vcipher(x3, x3, 3) \ 251 vcipher(x3, x3, 4) \ 255 vcipher(x3, x3, 5) \ 259 vcipher(x3, x3, 6) \ 263 vcipher(x3, x3, 7) \ 267 vcipher(x3, x3, 8) \ [all …]
|