Searched refs:tiv (Results 1 – 2 of 2) sorted by relevance
/arch/x86/crypto/ |
D | glue_helper-asm-avx.S | 100 #define load_xts_8way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, t0, \ argument 105 vmovdqu (iv), tiv; \ 106 vpxor (0*16)(src), tiv, x0; \ 107 vmovdqu tiv, (0*16)(dst); \ 110 gf128mul_x_ble(tiv, t0, t1); \ 111 vpxor (1*16)(src), tiv, x1; \ 112 vmovdqu tiv, (1*16)(dst); \ 114 gf128mul_x_ble(tiv, t0, t1); \ 115 vpxor (2*16)(src), tiv, x2; \ 116 vmovdqu tiv, (2*16)(dst); \ [all …]
|
D | glue_helper-asm-avx2.S | 123 #define load_xts_16way(iv, src, dst, x0, x1, x2, x3, x4, x5, x6, x7, tiv, \ argument 134 vinserti128 $1, tivx, t0, tiv; \ 135 vpxor (0*32)(src), tiv, x0; \ 136 vmovdqu tiv, (0*32)(dst); \ 139 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 140 vpxor (1*32)(src), tiv, x1; \ 141 vmovdqu tiv, (1*32)(dst); \ 143 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 144 vpxor (2*32)(src), tiv, x2; \ 145 vmovdqu tiv, (2*32)(dst); \ [all …]
|