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);
331 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req));
339 nbytes -= authsize;
343 authsize);
345 rc = generate_pat(iv, req, nx_ctx, authsize, nbytes, assoclen,
395 authsize) ? -EBADMSG : 0;
408 unsigned int authsize = crypto_aead_authsize(crypto_aead_reqtfm(req));
415 rc = generate_pat(iv, req, nx_ctx, authsize, nbytes, assoclen,
466 csbcpb->cpb.aes_ccm.out_pat_or_mac, authsize);