Searched refs:odds (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/crypto/ |
D | xcbc.c | 46 u8 odds[]; member 75 u8 *prev = &ctx->odds[bs]; in crypto_xcbc_digest_init() 91 u8 *odds = ctx->odds; in crypto_xcbc_digest_update() local 92 u8 *prev = odds + bs; in crypto_xcbc_digest_update() 96 memcpy(odds + ctx->len, p, len); in crypto_xcbc_digest_update() 102 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_xcbc_digest_update() 106 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_update() 122 memcpy(odds, p, len); in crypto_xcbc_digest_update() 136 u8 *odds = ctx->odds; in crypto_xcbc_digest_final() local 137 u8 *prev = odds + bs; in crypto_xcbc_digest_final() [all …]
|
D | cmac.c | 47 u8 odds[]; member 107 u8 *prev = &ctx->odds[bs]; in crypto_cmac_digest_init() 123 u8 *odds = ctx->odds; in crypto_cmac_digest_update() local 124 u8 *prev = odds + bs; in crypto_cmac_digest_update() 128 memcpy(odds + ctx->len, p, len); in crypto_cmac_digest_update() 134 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_cmac_digest_update() 138 crypto_xor(prev, odds, bs); in crypto_cmac_digest_update() 154 memcpy(odds, p, len); in crypto_cmac_digest_update() 168 u8 *odds = ctx->odds; in crypto_cmac_digest_final() local 169 u8 *prev = odds + bs; in crypto_cmac_digest_final() [all …]
|
/linux-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/Documentation/scheduler/ |
D | sched-bwc.rst | 46 the cost of missing deadlines when all the odds line up. However, it
|