Searched refs:vctr (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-ccm-core.S | 31 #define inc_le128(vctr) \ argument 32 mov vctr.d[1], x8; \ 33 mov vctr.d[0], x7; \ 35 rev64 vctr.16b, vctr.16b; \
|
| H A D | sm4-neon-core.S | 459 #define inc_le128(vctr) \ argument 460 mov vctr.d[1], x8; \ 461 mov vctr.d[0], x7; \ 463 rev64 vctr.16b, vctr.16b; \
|
| H A D | sm4-ce-gcm-core.S | 208 #define inc32_le128(vctr) \ argument 209 mov vctr.d[1], x9; \ 211 mov vctr.d[0], x8; \ 213 rev64 vctr.16b, vctr.16b;
|
| H A D | sm4-ce-core.S | 424 #define inc_le128(vctr) \ argument 425 mov vctr.d[1], x8; \ 426 mov vctr.d[0], x7; \ 428 rev64 vctr.16b, vctr.16b; \
|