Searched refs:t_dec (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aestab.h | 88 #define t_dec(m, n) t_##m##n macro 100 static const uint32_t t_dec(r, c)[RC_LENGTH]; 104 d_1(uint8_t, t_dec(s, box), sb_data, h0); 107 d_1(uint8_t, t_dec(i, box), isb_data, h0); 111 d_1(uint32_t, t_dec(f, n), sb_data, u0); 114 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3); 118 d_1(uint32_t, t_dec(f, l), sb_data, w0); 125 d_1(uint32_t, t_dec(i, n), isb_data, v0); 132 d_1(uint32_t, t_dec(i, l), isb_data, w0); 142 d_1(uint32_t, t_dec(l, s), sb_data, w0); [all …]
|