Lines Matching defs: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,
2447 unsigned int transhdr_len;
2480 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
2481 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen) <
2485 transhdr_len += temp;
2486 transhdr_len = roundup(transhdr_len, 16);
2489 transhdr_len, reqctx->op)) {
2494 skb = alloc_skb(transhdr_len, flags);
2500 chcr_req = __skb_put_zero(skb, transhdr_len);
2565 transhdr_len, temp, 0);
3045 unsigned int transhdr_len;
3075 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
3076 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen +
3081 transhdr_len += temp;
3082 transhdr_len = roundup(transhdr_len, 16);
3085 reqctx->b0_len, transhdr_len, reqctx->op)) {
3090 skb = alloc_skb(transhdr_len, flags);
3097 chcr_req = __skb_put_zero(skb, transhdr_len);
3120 transhdr_len, temp, 0);
3144 unsigned int transhdr_len, dnents = 0, snents;
3170 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
3171 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen) <=
3175 transhdr_len += temp;
3176 transhdr_len = roundup(transhdr_len, 16);
3178 transhdr_len, reqctx->op)) {
3184 skb = alloc_skb(transhdr_len, flags);
3190 chcr_req = __skb_put_zero(skb, transhdr_len);
3238 transhdr_len, temp, reqctx->verify);