Lines Matching refs:macro
20 .macro load_round_keys, rounds, rk
32 .macro enc_prepare, rounds, rk, ignore
37 .macro enc_switch_key, rounds, rk, ignore
42 .macro dec_prepare, rounds, rk, ignore
46 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3
62 .macro round_Nx, enc, k, i0, i1, i2, i3
71 .macro fin_round_Nx, de, k, k2, i0, i1, i2, i3
91 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3
105 .macro encrypt_block, in, rounds, t0, t1, t2
109 .macro encrypt_block2x, i0, i1, rounds, t0, t1, t2
113 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
117 .macro decrypt_block, in, rounds, t0, t1, t2
121 .macro decrypt_block2x, i0, i1, rounds, t0, t1, t2
125 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2