Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dxcbc.c46 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 …]
Dcmac.c47 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/
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-6.12.1/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-6.12.1/Documentation/admin-guide/LSM/
DSafeSetID.rst23 CAP_SET{U/G}ID capabilities, this is often at odds with the goals of running a
/linux-6.12.1/Documentation/scheduler/
Dsched-bwc.rst46 the cost of missing deadlines when all the odds line up. However, it