Searched refs:iop_param (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm3-neon-core.S | 121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 125 IOP(1, iop_param); \ 129 IOP(2, iop_param); \ 132 IOP(3, iop_param); \ 136 IOP(4, iop_param); \ 140 IOP(5, iop_param); \ 145 IOP(6, iop_param); \ 149 IOP(7, iop_param); \ 152 IOP(8, iop_param); \ 155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument [all …]
|