Lines Matching refs:cryptlen
44 void *state, void *tag_xor, unsigned int cryptlen,
167 unsigned int cryptlen,
182 crypto_aegis128_aesni_final(&state, tag_xor, req->assoclen, cryptlen);
198 unsigned int cryptlen = req->cryptlen;
200 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS);
203 req->assoclen + cryptlen, authsize, 1);
220 unsigned int cryptlen = req->cryptlen - authsize;
223 req->assoclen + cryptlen, authsize, 0);
225 crypto_aegis128_aesni_crypt(req, &tag, cryptlen, &OPS);