Searched refs:shift_rows (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/crypto/ |
H A D | aegis128-neon-inner.c | 58 static const uint8_t shift_rows[] = { in aegis_aes_round() local 69 w = vqtbl1q_u8(w, vld1q_u8(shift_rows)); in aegis_aes_round()
|
/openbmc/u-boot/lib/ |
H A D | aes.c | 326 static void shift_rows(u8 *state) in shift_rows() function 557 shift_rows(state); in aes_encrypt()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-core.S | 239 .macro shift_rows, x0, x1, x2, x3, x4, x5, x6, x7, mask macro 460 shift_rows v0, v1, v2, v3, v4, v5, v6, v7, v24 526 shift_rows v0, v1, v2, v3, v4, v5, v6, v7, v24
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 260 .macro shift_rows, x0, x1, x2, x3, x4, x5, x6, x7, \ 517 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12
|