Lines Matching +full:4 +full:x2

107 		vcipher(x, x, 4) \
120 vcipher(x, x, 4) \
135 vcipher(x, x, 4) \
156 vcipher(x, x, 4) \
157 vcipher(y, y, 4) \
180 vcipher(x, x, 4) \
181 vcipher(y, y, 4) \
208 vcipher(x, x, 4) \
209 vcipher(y, y, 4) \
231 #define BLOCK_ENCRYPT_X4_128(x0, x1, x2, x3) \ argument
234 vxor(x2, x2, 0) \
238 vcipher(x2, x2, 1) \
242 vcipher(x2, x2, 2) \
246 vcipher(x2, x2, 3) \
248 vcipher(x0, x0, 4) \
249 vcipher(x1, x1, 4) \
250 vcipher(x2, x2, 4) \
251 vcipher(x3, x3, 4) \
254 vcipher(x2, x2, 5) \
258 vcipher(x2, x2, 6) \
262 vcipher(x2, x2, 7) \
266 vcipher(x2, x2, 8) \
270 vcipher(x2, x2, 9) \
274 vcipherlast(x2, x2, 10) \
277 #define BLOCK_ENCRYPT_X4_192(x0, x1, x2, x3) \ argument
280 vxor(x2, x2, 0) \
284 vcipher(x2, x2, 1) \
288 vcipher(x2, x2, 2) \
292 vcipher(x2, x2, 3) \
294 vcipher(x0, x0, 4) \
295 vcipher(x1, x1, 4) \
296 vcipher(x2, x2, 4) \
297 vcipher(x3, x3, 4) \
300 vcipher(x2, x2, 5) \
304 vcipher(x2, x2, 6) \
308 vcipher(x2, x2, 7) \
312 vcipher(x2, x2, 8) \
316 vcipher(x2, x2, 9) \
320 vcipher(x2, x2, 10) \
324 vcipher(x2, x2, 11) \
328 vcipherlast(x2, x2, 12) \
331 #define BLOCK_ENCRYPT_X4_256(x0, x1, x2, x3) \ argument
334 vxor(x2, x2, 0) \
338 vcipher(x2, x2, 1) \
342 vcipher(x2, x2, 2) \
346 vcipher(x2, x2, 3) \
348 vcipher(x0, x0, 4) \
349 vcipher(x1, x1, 4) \
350 vcipher(x2, x2, 4) \
351 vcipher(x3, x3, 4) \
354 vcipher(x2, x2, 5) \
358 vcipher(x2, x2, 6) \
362 vcipher(x2, x2, 7) \
366 vcipher(x2, x2, 8) \
370 vcipher(x2, x2, 9) \
374 vcipher(x2, x2, 10) \
378 vcipher(x2, x2, 11) \
382 vcipher(x2, x2, 12) \
386 vcipher(x2, x2, 13) \
390 vcipherlast(x2, x2, 14) \
412 0, 0, 0, 4
419 vsldoi(30, 29, 29, 4) \
422 vsldoi(30, 29, 29, 4) \
425 vsldoi(30, 29, 29, 4) \
792 ctrcbc_128_encrypt(ctx->skey.skni, ctr, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_encrypt()
795 ctrcbc_192_encrypt(ctx->skey.skni, ctr, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_encrypt()
798 ctrcbc_256_encrypt(ctx->skey.skni, ctr, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_encrypt()
813 ctrcbc_128_decrypt(ctx->skey.skni, ctr, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_decrypt()
816 ctrcbc_192_decrypt(ctx->skey.skni, ctr, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_decrypt()
819 ctrcbc_256_decrypt(ctx->skey.skni, ctr, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_decrypt()
904 cbcmac_128(ctx->skey.skni, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_mac()
907 cbcmac_192(ctx->skey.skni, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_mac()
910 cbcmac_256(ctx->skey.skni, cbcmac, data, len >> 4); in br_aes_pwr8_ctrcbc_mac()
920 4,