odds 126 crypto/cmac.c u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); odds 127 crypto/cmac.c u8 *prev = odds + bs; odds 131 crypto/cmac.c memcpy(odds + ctx->len, p, len); odds 137 crypto/cmac.c memcpy(odds + ctx->len, p, bs - ctx->len); odds 141 crypto/cmac.c crypto_xor(prev, odds, bs); odds 157 crypto/cmac.c memcpy(odds, p, len); odds 174 crypto/cmac.c u8 *odds = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); odds 175 crypto/cmac.c u8 *prev = odds + bs; odds 180 crypto/cmac.c u8 *p = odds + ctx->len; odds 192 crypto/cmac.c crypto_xor(prev, odds, bs); odds 93 crypto/xcbc.c u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); odds 94 crypto/xcbc.c u8 *prev = odds + bs; odds 98 crypto/xcbc.c memcpy(odds + ctx->len, p, len); odds 104 crypto/xcbc.c memcpy(odds + ctx->len, p, bs - ctx->len); odds 108 crypto/xcbc.c crypto_xor(prev, odds, bs); odds 124 crypto/xcbc.c memcpy(odds, p, len); odds 140 crypto/xcbc.c u8 *odds = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); odds 141 crypto/xcbc.c u8 *prev = odds + bs; odds 146 crypto/xcbc.c u8 *p = odds + ctx->len; odds 158 crypto/xcbc.c crypto_xor(prev, odds, bs); odds 75 net/ipv4/tcp_hybla.c static inline u32 hybla_fraction(u32 odds) odds 81 net/ipv4/tcp_hybla.c return (odds < ARRAY_SIZE(fractions)) ? fractions[odds] : 128;