Searched refs:d_4 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aestab.h | 96 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ macro 101 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] 116 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3); 123 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3); 130 d_4(uint32_t, t_dec(i, n), isb_data, v0, v1, v2, v3); 137 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3); 152 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3); 160 d_4(uint32_t, t_dec(i, m), mm_data, v0, v1, v2, v3);
|