Home
last modified time | relevance | path

Searched refs:odds (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/crypto/
Dxcbc.c93 u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); in crypto_xcbc_digest_update() local
94 u8 *prev = odds + bs; in crypto_xcbc_digest_update()
98 memcpy(odds + ctx->len, p, len); in crypto_xcbc_digest_update()
104 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_xcbc_digest_update()
108 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_update()
124 memcpy(odds, p, len); in crypto_xcbc_digest_update()
140 u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); in crypto_xcbc_digest_final() local
141 u8 *prev = odds + bs; in crypto_xcbc_digest_final()
146 u8 *p = odds + ctx->len; in crypto_xcbc_digest_final()
158 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_final()
Dcmac.c126 u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); in crypto_cmac_digest_update() local
127 u8 *prev = odds + bs; in crypto_cmac_digest_update()
131 memcpy(odds + ctx->len, p, len); in crypto_cmac_digest_update()
137 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_cmac_digest_update()
141 crypto_xor(prev, odds, bs); in crypto_cmac_digest_update()
157 memcpy(odds, p, len); in crypto_cmac_digest_update()
174 u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); in crypto_cmac_digest_final() local
175 u8 *prev = odds + bs; in crypto_cmac_digest_final()
180 u8 *p = odds + ctx->len; in crypto_cmac_digest_final()
192 crypto_xor(prev, odds, bs); in crypto_cmac_digest_final()
/Linux-v5.10/net/ipv4/
Dtcp_hybla.c75 static inline u32 hybla_fraction(u32 odds) in hybla_fraction() argument
81 return (odds < ARRAY_SIZE(fractions)) ? fractions[odds] : 128; in hybla_fraction()
/Linux-v5.10/Documentation/power/
Dapm-acpi.rst6 odds are it supports either Advanced Power Management (APM) or
Dsuspend-and-interrupts.rst123 directly at odds with the rules for handling system wakeup interrupts (interrupt
/Linux-v5.10/Documentation/admin-guide/LSM/
DSafeSetID.rst23 CAP_SET{U/G}ID capabilities, this is often at odds with the goals of running a
/Linux-v5.10/Documentation/networking/
Dnetdev-FAQ.rst189 mainline, the better the odds that it is an OK candidate for stable. So
/Linux-v5.10/init/
DKconfig1253 need to say Y here. Even then, odds are you would not need it