Lines Matching defs:transhdr_len

817 	unsigned int temp = 0, transhdr_len, dst_size;
831 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
836 transhdr_len += temp;
837 transhdr_len = roundup(transhdr_len, 16);
843 chcr_req = __skb_put_zero(skb, transhdr_len);
890 transhdr_len, temp,
1290 unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len;
1296 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, phys_dsgl);
1297 reqctx->imm = (transhdr_len + IV + req->cryptlen) <=
1577 unsigned int nents = 0, transhdr_len;
1586 transhdr_len = HASH_TRANSHDR_SIZE(param->kctx_len);
1587 req_ctx->hctx_wr.imm = (transhdr_len + param->bfr_len +
1592 transhdr_len += req_ctx->hctx_wr.imm ? roundup(param->bfr_len +
1594 transhdr_len = roundup(transhdr_len, 16);
1596 skb = alloc_skb(transhdr_len, flags);
1599 chcr_req = __skb_put_zero(skb, transhdr_len);
1653 param->hash_size, transhdr_len,
2452 unsigned int transhdr_len;
2485 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
2486 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen) <
2490 transhdr_len += temp;
2491 transhdr_len = roundup(transhdr_len, 16);
2494 transhdr_len, reqctx->op)) {
2499 skb = alloc_skb(transhdr_len, flags);
2505 chcr_req = __skb_put_zero(skb, transhdr_len);
2570 transhdr_len, temp, 0);
3050 unsigned int transhdr_len;
3080 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
3081 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen +
3086 transhdr_len += temp;
3087 transhdr_len = roundup(transhdr_len, 16);
3090 reqctx->b0_len, transhdr_len, reqctx->op)) {
3095 skb = alloc_skb(transhdr_len, flags);
3102 chcr_req = __skb_put_zero(skb, transhdr_len);
3125 transhdr_len, temp, 0);
3149 unsigned int transhdr_len, dnents = 0, snents;
3175 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dst_size);
3176 reqctx->imm = (transhdr_len + req->assoclen + req->cryptlen) <=
3180 transhdr_len += temp;
3181 transhdr_len = roundup(transhdr_len, 16);
3183 transhdr_len, reqctx->op)) {
3189 skb = alloc_skb(transhdr_len, flags);
3195 chcr_req = __skb_put_zero(skb, transhdr_len);
3243 transhdr_len, temp, reqctx->verify);