Lines Matching refs:transhdr_len

810 	unsigned int temp = 0, transhdr_len, dst_size;
824 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
829 transhdr_len += temp;
830 transhdr_len = roundup(transhdr_len, 16);
836 chcr_req = __skb_put_zero(skb, transhdr_len);
883 transhdr_len, temp,
1283 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len;
1289 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl);
1290 reqctx->imm = (transhdr_len + IV + req->cryptlen) <=
1571 unsigned int nents = 0, transhdr_len;
1580 transhdr_len = HASH_TRANSHDR_SIZE(param->kctx_len);
1581 req_ctx->hctx_wr.imm = (transhdr_len + param->bfr_len +
1586 transhdr_len += req_ctx->hctx_wr.imm ? roundup(param->bfr_len +
1588 transhdr_len = roundup(transhdr_len, 16);
1590 skb = alloc_skb(transhdr_len, flags);
1593 chcr_req = __skb_put_zero(skb, transhdr_len);
1647 param->hash_size, transhdr_len,
2454 unsigned int transhdr_len;
2487 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
2488 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen) <
2492 transhdr_len += temp;
2493 transhdr_len = roundup(transhdr_len, 16);
2496 transhdr_len, reqctx->op)) {
2501 skb = alloc_skb(transhdr_len, flags);
2507 chcr_req = __skb_put_zero(skb, transhdr_len);
2572 transhdr_len, temp, 0);
3052 unsigned int transhdr_len;
3082 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
3083 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen +
3088 transhdr_len += temp;
3089 transhdr_len = roundup(transhdr_len, 16);
3092 reqctx->b0_len, transhdr_len, reqctx->op)) {
3097 skb = alloc_skb(transhdr_len, flags);
3104 chcr_req = __skb_put_zero(skb, transhdr_len);
3127 transhdr_len, temp, 0);
3151 unsigned int transhdr_len, dnents = 0, snents;
3177 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
3178 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen) <=
3182 transhdr_len += temp;
3183 transhdr_len = roundup(transhdr_len, 16);
3185 transhdr_len, reqctx->op)) {
3191 skb = alloc_skb(transhdr_len, flags);
3197 chcr_req = __skb_put_zero(skb, transhdr_len);
3245 transhdr_len, temp, reqctx->verify);