Searched refs:odds (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/crypto/ |
D | xcbc.c | 94 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()
|
D | cmac.c | 127 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/ |
D | tcp_hybla.c | 75 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/ |
D | apm-acpi.rst | 6 odds are it supports either Advanced Power Management (APM) or
|
D | suspend-and-interrupts.rst | 123 directly at odds with the rules for handling system wakeup interrupts (interrupt
|
/linux-5.19.10/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 23 CAP_SET{U/G}ID capabilities, this is often at odds with the goals of running a
|
/linux-5.19.10/Documentation/scheduler/ |
D | sched-bwc.rst | 46 the cost of missing deadlines when all the odds line up. However, it
|
/linux-5.19.10/init/ |
D | Kconfig | 1316 need to say Y here. Even then, odds are you would not need it
|