Searched refs:s3 (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/lib/ |
D | random32.c | 58 state->s3 = TAUSWORTHE(state->s3, 13U, 21U, 4294967280U, 7U); in prandom_u32_state() 61 return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); in prandom_u32_state() 122 state->s3 = __seed(seeds[2], 16U); in prandom_seed_full_state() 266 state->s3 = __seed(HWSEED() ^ LCG(state->s2), 16U); in prandom_seed_early() 267 state->s4 = __seed(HWSEED() ^ LCG(state->s3), 128U); in prandom_seed_early()
|
/linux-4.19.296/include/linux/ |
D | prandom.h | 45 __u32 s1, s2, s3, s4; member 91 state->s3 = __seed(i, 16U); in prandom_seed_state()
|
/linux-4.19.296/crypto/ |
D | poly1305_generic.c | 99 u32 s1, s2, s3, s4; in poly1305_blocks() local 118 s3 = r3 * 5; in poly1305_blocks() 137 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks() 140 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks() 142 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks()
|
D | cast6_generic.c | 31 #define s3 cast_s3 macro 35 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 37 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 39 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]))
|
D | cast5_generic.c | 299 #define s3 cast_s3 macro 303 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 305 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 307 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]))
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | mt352.c | 420 int s0, s1, s3; in mt352_read_status() local 438 if ((s3 = mt352_read_register(state, STATUS_3)) < 0) in mt352_read_status() 450 if (s3 & (1 << 6)) in mt352_read_status()
|
/linux-4.19.296/drivers/rtc/ |
D | Makefile | 30 obj-$(CONFIG_RTC_DRV_ABB5ZES3) += rtc-ab-b5ze-s3.o
|
D | Kconfig | 186 will be called rtc-ab-b5ze-s3.
|