Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dxcbc.c94 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 Dcmac.c127 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dapm-acpi.rst6 odds are it supports either Advanced Power Management (APM) or
H A Dsuspend-and-interrupts.rst123 directly at odds with the rules for handling system wakeup interrupts (interrupt
/OK3568_Linux_fs/external/mpp/debian/
H A Dchangelog54 * [hal_vp9d]: change stride align to 256 odds
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DSafeSetID.rst23 CAP_SET{U/G}ID capabilities, this is often at odds with the goals of running a
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch412 + # Problem is, this is at odds with the way Automake and most other
/OK3568_Linux_fs/kernel/init/
H A DKconfig1283 need to say Y here. Even then, odds are you would not need it
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1282 odds of having a server built against multiarched mesa, installed
/OK3568_Linux_fs/external/xserver/
H A DChangeLog58675 X server is mostly single threaded, the odds of the free memory having
69765 Panning is at odds with CRTC cursor confinement. This disables CRTC cursor