Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Danubis.c119 static const u32 T1[256] = { variable
539 inter[i] ^= T1[(kappa[j--] >> 16) & 0xff]; in anubis_setkey()
565 T1[T4[(v >> 16) & 0xff] & 0xff] ^ in anubis_setkey()
597 T1[(state[1] >> 24) ] ^ in anubis_crypt()
603 T1[(state[1] >> 16) & 0xff] ^ in anubis_crypt()
609 T1[(state[1] >> 8) & 0xff] ^ in anubis_crypt()
615 T1[(state[1] ) & 0xff] ^ in anubis_crypt()
631 (T1[(state[1] >> 24) ] & 0x00ff0000U) ^ in anubis_crypt()
637 (T1[(state[1] >> 16) & 0xff] & 0x00ff0000U) ^ in anubis_crypt()
643 (T1[(state[1] >> 8) & 0xff] & 0x00ff0000U) ^ in anubis_crypt()
[all …]
Dkhazad.c127 static const u64 T1[256] = { variable
772 T1[(int)(K1 >> 48) & 0xff] ^ in khazad_setkey()
788 T1[(int)S[(int)(K1 >> 48) & 0xff] & 0xff] ^ in khazad_setkey()
814 T1[(int)(state >> 48) & 0xff] ^ in khazad_crypt()
825 (T1[(int)(state >> 48) & 0xff] & 0x00ff000000000000ULL) ^ in khazad_crypt()
Ddes_generic.c612 #define T1(x) pt[2 * (x) + 0] macro
617 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a))
/linux-4.19.296/drivers/isdn/hardware/avm/
DKconfig31 tristate "AVM T1/T1-B ISA support"
34 Enable support for the AVM T1 T1B card.
51 tristate "AVM T1/T1-B PCI support"
54 Enable support for the AVM T1 T1B card.
/linux-4.19.296/drivers/iio/pressure/
Dbmp280-core.c60 u16 T1; member
127 enum { T1, T2, T3 }; enumerator
167 calib->T1 = le16_to_cpu(t_buf[T1]); in bmp280_read_calib()
282 var1 = (((adc_temp >> 3) - ((s32)calib->T1 << 1)) * in bmp280_compensate_temp()
284 var2 = (((((adc_temp >> 4) - ((s32)calib->T1)) * in bmp280_compensate_temp()
285 ((adc_temp >> 4) - ((s32)calib->T1))) >> 12) * in bmp280_compensate_temp()