Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dxcbc.c104 u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); in crypto_xcbc_digest_update() local
105 u8 *prev = odds + bs; in crypto_xcbc_digest_update()
109 memcpy(odds + ctx->len, p, len); in crypto_xcbc_digest_update()
115 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_xcbc_digest_update()
119 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_update()
135 memcpy(odds, p, len); in crypto_xcbc_digest_update()
151 u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); in crypto_xcbc_digest_final() local
152 u8 *prev = odds + bs; in crypto_xcbc_digest_final()
157 u8 *p = odds + ctx->len; in crypto_xcbc_digest_final()
169 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_final()
Dcmac.c130 u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); in crypto_cmac_digest_update() local
131 u8 *prev = odds + bs; in crypto_cmac_digest_update()
135 memcpy(odds + ctx->len, p, len); in crypto_cmac_digest_update()
141 memcpy(odds + ctx->len, p, bs - ctx->len); in crypto_cmac_digest_update()
145 crypto_xor(prev, odds, bs); in crypto_cmac_digest_update()
161 memcpy(odds, p, len); in crypto_cmac_digest_update()
177 u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); in crypto_cmac_digest_final() local
178 u8 *prev = odds + bs; in crypto_cmac_digest_final()
183 u8 *p = odds + ctx->len; in crypto_cmac_digest_final()
195 crypto_xor(prev, odds, bs); in crypto_cmac_digest_final()
/linux-4.4.14/net/ipv4/
Dtcp_hybla.c74 static inline u32 hybla_fraction(u32 odds) in hybla_fraction() argument
80 return (odds < ARRAY_SIZE(fractions)) ? fractions[odds] : 128; in hybla_fraction()
/linux-4.4.14/Documentation/power/
Dapm-acpi.txt4 odds are it supports either Advanced Power Management (APM) or
Dsuspend-and-interrupts.txt121 directly at odds with the rules for handling system wakeup interrupts (interrupt
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt152 the better the odds that it is an OK candidate for stable. So scrambling
/linux-4.4.14/init/
DKconfig1275 need to say Y here. Even then, odds are you would not need it