Searched refs:odds (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/crypto/ |
D | xcbc.c | 93 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()
|
D | cmac.c | 126 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.4/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-v5.4/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-v5.4/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-v5.4/Documentation/networking/ |
D | netdev-FAQ.rst | 189 mainline, the better the odds that it is an OK candidate for stable. So
|
/Linux-v5.4/init/ |
D | Kconfig | 1198 need to say Y here. Even then, odds are you would not need it
|