Searched refs:odds (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/crypto/ |
H A 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()
|
H A 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()
|
/openbmc/linux/net/ipv4/ |
H A 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()
|
/openbmc/linux/Documentation/power/ |
H A D | apm-acpi.rst | 6 odds are it supports either Advanced Power Management (APM) or
|
H A D | suspend-and-interrupts.rst | 123 directly at odds with the rules for handling system wakeup interrupts (interrupt
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | SafeSetID.rst | 23 CAP_SET{U/G}ID capabilities, this is often at odds with the goals of running a
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-bwc.rst | 46 the cost of missing deadlines when all the odds line up. However, it
|
/openbmc/docs/process/ |
H A D | subproject-maintainership.md | 68 Extrinsic motivation driving variation in engagement is at odds with the
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 390 inherently at odds with that.
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 333 If you're using "int" or "long", odds are good that there's a better type.
|