Lines Matching defs:nrounds
35 int nrounds);
37 int nrounds, int bytes);
38 asmlinkage void hchacha_block_neon(const u32 *state, u32 *out, int nrounds);
43 int bytes, int nrounds)
52 chacha_block_xor_neon(state, buf, buf, nrounds);
57 chacha_4block_xor_neon(state, dst, src, nrounds, l);
65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds)
68 hchacha_block_generic(state, stream, nrounds);
71 hchacha_block_neon(state, stream, nrounds);
84 int nrounds)
88 return chacha_crypt_generic(state, dst, src, bytes, nrounds);
94 chacha_doneon(state, dst, src, todo, nrounds);
125 ctx->nrounds);
129 walk.src.virt.addr, nbytes, ctx->nrounds);
155 hchacha_block_arch(state, subctx.key, ctx->nrounds);
156 subctx.nrounds = ctx->nrounds;