Searched refs:d_1 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aestab.h | 95 #define d_1(t, n, b, e) static const t n[256] = b(e) macro 100 #define d_1(t, n, b, e) static const t n[256] 106 d_1(uint8_t, t_dec(s, box), sb_data, h0); 109 d_1(uint8_t, t_dec(i, box), isb_data, h0); 113 d_1(uint32_t, t_dec(f, n), sb_data, u0); 120 d_1(uint32_t, t_dec(f, l), sb_data, w0); 127 d_1(uint32_t, t_dec(i, n), isb_data, v0); 134 d_1(uint32_t, t_dec(i, l), isb_data, w0); 144 d_1(uint32_t, t_dec(l, s), sb_data, w0); 157 d_1(uint32_t, t_dec(i, m), mm_data, v0);
|