Searched refs:d_1 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aestab.h | 93 #define d_1(t, n, b, e) static const t n[256] = b(e) macro 98 #define d_1(t, n, b, e) static const t n[256] 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); 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); 155 d_1(uint32_t, t_dec(i, m), mm_data, v0);
|