Searched refs:t_dec (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aestab.h | 90 #define t_dec(m, n) t_##m##n macro 98 static const uint32_t t_dec(r, c)[RC_LENGTH] = rc_data(w0); 102 static const uint32_t t_dec(r, c)[RC_LENGTH]; 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); 116 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3); 120 d_1(uint32_t, t_dec(f, l), sb_data, w0); 123 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3); 127 d_1(uint32_t, t_dec(i, n), isb_data, v0); [all …]
|