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;
159 unsigned int authsize,
211 rc = generate_b0(iv, assoclen, authsize, nbytes, b0);
336 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req));
344 nbytes -= authsize;
348 req->src, nbytes + req->assoclen, authsize,
351 rc = generate_pat(iv, req, nx_ctx, authsize, nbytes, assoclen,
401 authsize) ? -EBADMSG : 0;
414 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req));
421 rc = generate_pat(iv, req, nx_ctx, authsize, nbytes, assoclen,
472 req->dst, nbytes + req->assoclen, authsize,