Lines Matching refs:authsize
70 unsigned int authsize)
72 switch (authsize) {
89 unsigned int authsize)
91 switch (authsize) {
133 static int generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize,
136 unsigned int l, lp, m = authsize;
156 unsigned int authsize,
208 rc = generate_b0(iv, assoclen, authsize, nbytes, b0);
333 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req));
341 nbytes -= authsize;
345 req->src, nbytes + req->assoclen, authsize,
348 rc = generate_pat(iv, req, nx_ctx, authsize, nbytes, assoclen,
398 authsize) ? -EBADMSG : 0;
411 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req));
418 rc = generate_pat(iv, req, nx_ctx, authsize, nbytes, assoclen,
469 req->dst, nbytes + req->assoclen, authsize,