Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dxcbc.c94 u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); in crypto_xcbc_digest_update() local
95 u8 *prev = odds + bs; in crypto_xcbc_digest_update()
99 memcpy(odds + ctx->len, p, len); in crypto_xcbc_digest_update()
105 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_xcbc_digest_update()
109 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_update()
125 memcpy(odds, p, len); in crypto_xcbc_digest_update()
141 u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); in crypto_xcbc_digest_final() local
142 u8 *prev = odds + bs; in crypto_xcbc_digest_final()
147 u8 *p = odds + ctx->len; in crypto_xcbc_digest_final()
159 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_final()
Dcmac.c127 u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); in crypto_cmac_digest_update() local
128 u8 *prev = odds + bs; in crypto_cmac_digest_update()
132 memcpy(odds + ctx->len, p, len); in crypto_cmac_digest_update()
138 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_cmac_digest_update()
142 crypto_xor(prev, odds, bs); in crypto_cmac_digest_update()
158 memcpy(odds, p, len); in crypto_cmac_digest_update()
175 u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); in crypto_cmac_digest_final() local
176 u8 *prev = odds + bs; in crypto_cmac_digest_final()
181 u8 *p = odds + ctx->len; in crypto_cmac_digest_final()
193 crypto_xor(prev, odds, bs); in crypto_cmac_digest_final()
/linux-5.19.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-5.19.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-5.19.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-5.19.10/Documentation/scheduler/
Dsched-bwc.rst46 the cost of missing deadlines when all the odds line up. However, it
/linux-5.19.10/init/
DKconfig1316 need to say Y here. Even then, odds are you would not need it