Lines Matching full:macro
21 .macro xts_reload_mask, tmp
24 .macro xts_cts_skip_tw, reg, lbl
28 .macro load_round_keys, rounds, rk
40 .macro enc_prepare, rounds, rk, temp
46 .macro enc_switch_key, rounds, rk, temp
52 .macro dec_prepare, rounds, rk, temp
57 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3, i4
77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4
86 .macro fin_round_Nx, de, k, k2, i0, i1, i2, i3, i4
112 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3, i4
126 .macro encrypt_block, in, rounds, t0, t1, t2
130 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
134 .macro encrypt_block5x, i0, i1, i2, i3, i4, rounds, t0, t1, t2
138 .macro decrypt_block, in, rounds, t0, t1, t2
142 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
146 .macro decrypt_block5x, i0, i1, i2, i3, i4, rounds, t0, t1, t2