Searched refs:is_xctr (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/crypto/ |
| H A D | aes-ctr-avx-x86_64.S | 201 .if \is_xctr 268 .macro _aes_ctr_crypt is_xctr argument 297 .if \is_xctr 316 .if \is_xctr 330 .if \is_xctr 378 _prepare_2_ctr_vecs \is_xctr, 0, 1 379 _prepare_2_ctr_vecs \is_xctr, 2, 3 380 _prepare_2_ctr_vecs \is_xctr, 4, 5 381 _prepare_2_ctr_vecs \is_xctr, 6, 7 395 _prepare_2_ctr_vecs \is_xctr, 0, 1 [all …]
|