Home
last modified time | relevance | path

Searched refs:T4 (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Danubis.c320 static const u32 T4[256] = { variable
497 K0 = T4[(kappa[N - 1] >> 24) ]; in anubis_setkey()
498 K1 = T4[(kappa[N - 1] >> 16) & 0xff]; in anubis_setkey()
499 K2 = T4[(kappa[N - 1] >> 8) & 0xff]; in anubis_setkey()
500 K3 = T4[(kappa[N - 1] ) & 0xff]; in anubis_setkey()
502 K0 = T4[(kappa[i] >> 24) ] ^ in anubis_setkey()
507 K1 = T4[(kappa[i] >> 16) & 0xff] ^ in anubis_setkey()
512 K2 = T4[(kappa[i] >> 8) & 0xff] ^ in anubis_setkey()
517 K3 = T4[(kappa[i] ) & 0xff] ^ in anubis_setkey()
564 T0[T4[(v >> 24) ] & 0xff] ^ in anubis_setkey()
[all …]
Dkhazad.c394 static const u64 T4[256] = { variable
775 T4[(int)(K1 >> 24) & 0xff] ^ in khazad_setkey()
791 T4[(int)S[(int)(K1 >> 24) & 0xff] & 0xff] ^ in khazad_setkey()
817 T4[(int)(state >> 24) & 0xff] ^ in khazad_crypt()
828 (T4[(int)(state >> 24) & 0xff] & 0x00000000ff000000ULL) ^ in khazad_crypt()
Ddes_generic.c615 #define T4(x) pt[2 * (x) + 3] macro
617 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a))
/linux-4.19.296/drivers/hid/
Dhid-alps.c77 T4, enumerator
462 case T4: in alps_post_reset()
696 case T4: in alps_input_configured()
808 data->dev_type = T4; in alps_probe()
/linux-4.19.296/drivers/eisa/
Deisa.ids1225 TCM5971 "3C597 Fast Etherlink T4"