Searched refs:S2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 28 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. 36 ST STV0910 DVB-S/S2 demodulator driver. 45 A Silicon tuner that supports DVB-S and DVB-S2 modes 52 A Silicon tuner that supports DVB-S and DVB-S2 modes 61 MaxLinear MxL5xx family of DVB-S/S2 tuners/demodulators. 198 A DVB-S/S2 demodulator. Say Y when you want to support this frontend. 262 A DVB-S/S2 tuner module. Say Y when you want to support this frontend. 269 A Dual DVB-S/S2 tuner module. Say Y when you want to support this frontend. 276 A DVB-S/S2 tuner module. Say Y when you want to support this frontend. [all …]
|
/linux-4.19.296/crypto/ |
D | serpent_generic.c | 92 #define S2(x0, x1, x2, x3, x4) ({ \ macro 248 S2(r3, r4, r1, r0, r2); store_and_load_keys(r2, r4, r3, r0, 0, -4); in __serpent_setkey_sbox() 257 S2(r2, r4, r0, r3, r1); store_and_load_keys(r1, r4, r2, r3, 18, 14); in __serpent_setkey_sbox() 265 S2(r1, r4, r3, r2, r0); store_and_load_keys(r0, r4, r1, r2, -14, -18); in __serpent_setkey_sbox() 274 S2(r0, r4, r2, r1, r3); store_and_load_keys(r3, r4, r0, r1, 4, 0); in __serpent_setkey_sbox() 476 S2(r4, r3, r0, r2, r1); LK(r1, r3, r4, r2, r0, 3); in __serpent_encrypt() 484 S2(r1, r3, r2, r4, r0); LK(r0, r3, r1, r4, r2, 11); in __serpent_encrypt() 492 S2(r0, r3, r4, r1, r2); LK(r2, r3, r0, r1, r4, 19); in __serpent_encrypt() 500 S2(r2, r3, r1, r0, r4); LK(r4, r3, r2, r0, r1, 27); in __serpent_encrypt()
|
D | drbg.c | 403 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() local 456 drbg_string_fill(&S2, L_N, sizeof(L_N)); in drbg_ctr_df() 457 list_add_tail(&S2.list, &bcc_list); in drbg_ctr_df()
|
D | des_generic.c | 389 static const u32 S2[64] = { variable 599 L ^= S2[0xff & (B >> 8)]; \
|