Method vaeseq_u8
vaeseq_u8(v128, v128)
AES single round encryption.
Equivalent instruction: AESE Vd.16B,Vn.16B
Declaration
public static v128 vaeseq_u8(v128 a0, v128 a1)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a0 | 128-bit vector a0 |
| v128 | a1 | 128-bit vector a1 |
Returns
| Type | Description |
|---|---|
| v128 | 128-bit vector |