ctx_len          2991 drivers/crypto/caam/caamalg_qi2.c 	int ctx_len;
ctx_len          3071 drivers/crypto/caam/caamalg_qi2.c 				   struct caam_hash_state *state, int ctx_len,
ctx_len          3074 drivers/crypto/caam/caamalg_qi2.c 	state->ctx_dma_len = ctx_len;
ctx_len          3075 drivers/crypto/caam/caamalg_qi2.c 	state->ctx_dma = dma_map_single(dev, state->caam_ctx, ctx_len, flag);
ctx_len          3082 drivers/crypto/caam/caamalg_qi2.c 	dma_to_qm_sg_one(qm_sg, state->ctx_dma, ctx_len, 0);
ctx_len          3098 drivers/crypto/caam/caamalg_qi2.c 	cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_UPDATE, ctx->ctx_len,
ctx_len          3099 drivers/crypto/caam/caamalg_qi2.c 			  ctx->ctx_len, true, priv->sec_attr.era);
ctx_len          3110 drivers/crypto/caam/caamalg_qi2.c 	cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
ctx_len          3111 drivers/crypto/caam/caamalg_qi2.c 			  ctx->ctx_len, false, priv->sec_attr.era);
ctx_len          3123 drivers/crypto/caam/caamalg_qi2.c 			  ctx->ctx_len, true, priv->sec_attr.era);
ctx_len          3135 drivers/crypto/caam/caamalg_qi2.c 			  ctx->ctx_len, false, priv->sec_attr.era);
ctx_len          3365 drivers/crypto/caam/caamalg_qi2.c 			     ctx->ctx_len, 1);
ctx_len          3391 drivers/crypto/caam/caamalg_qi2.c 			     ctx->ctx_len, 1);
ctx_len          3422 drivers/crypto/caam/caamalg_qi2.c 			     ctx->ctx_len, 1);
ctx_len          3448 drivers/crypto/caam/caamalg_qi2.c 			     ctx->ctx_len, 1);
ctx_len          3515 drivers/crypto/caam/caamalg_qi2.c 		ret = ctx_map_to_qm_sg(ctx->dev, state, ctx->ctx_len, sg_table,
ctx_len          3549 drivers/crypto/caam/caamalg_qi2.c 		dpaa2_fl_set_len(in_fle, ctx->ctx_len + to_hash);
ctx_len          3552 drivers/crypto/caam/caamalg_qi2.c 		dpaa2_fl_set_len(out_fle, ctx->ctx_len);
ctx_len          3610 drivers/crypto/caam/caamalg_qi2.c 	ret = ctx_map_to_qm_sg(ctx->dev, state, ctx->ctx_len, sg_table,
ctx_len          3634 drivers/crypto/caam/caamalg_qi2.c 	dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen);
ctx_len          3704 drivers/crypto/caam/caamalg_qi2.c 	ret = ctx_map_to_qm_sg(ctx->dev, state, ctx->ctx_len, sg_table,
ctx_len          3728 drivers/crypto/caam/caamalg_qi2.c 	dpaa2_fl_set_len(in_fle, ctx->ctx_len + buflen + req->nbytes);
ctx_len          3994 drivers/crypto/caam/caamalg_qi2.c 		state->ctx_dma_len = ctx->ctx_len;
ctx_len          3996 drivers/crypto/caam/caamalg_qi2.c 						ctx->ctx_len, DMA_FROM_DEVICE);
ctx_len          4011 drivers/crypto/caam/caamalg_qi2.c 		dpaa2_fl_set_len(out_fle, ctx->ctx_len);
ctx_len          4227 drivers/crypto/caam/caamalg_qi2.c 		state->ctx_dma_len = ctx->ctx_len;
ctx_len          4229 drivers/crypto/caam/caamalg_qi2.c 						ctx->ctx_len, DMA_FROM_DEVICE);
ctx_len          4239 drivers/crypto/caam/caamalg_qi2.c 		dpaa2_fl_set_len(out_fle, ctx->ctx_len);
ctx_len          4562 drivers/crypto/caam/caamalg_qi2.c 	ctx->ctx_len = runninglen[(ctx->adata.algtype &
ctx_len           101 drivers/crypto/caam/caamhash.c 	int ctx_len;
ctx_len           165 drivers/crypto/caam/caamhash.c 				      int ctx_len)
ctx_len           167 drivers/crypto/caam/caamhash.c 	state->ctx_dma_len = ctx_len;
ctx_len           169 drivers/crypto/caam/caamhash.c 					ctx_len, DMA_FROM_DEVICE);
ctx_len           176 drivers/crypto/caam/caamhash.c 	append_seq_out_ptr(desc, state->ctx_dma, ctx_len, 0);
ctx_len           206 drivers/crypto/caam/caamhash.c 				     struct caam_hash_state *state, int ctx_len,
ctx_len           209 drivers/crypto/caam/caamhash.c 	state->ctx_dma_len = ctx_len;
ctx_len           210 drivers/crypto/caam/caamhash.c 	state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, ctx_len, flag);
ctx_len           217 drivers/crypto/caam/caamhash.c 	dma_to_sec4_sg_one(sec4_sg, state->ctx_dma, ctx_len, 0);
ctx_len           234 drivers/crypto/caam/caamhash.c 	cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_UPDATE, ctx->ctx_len,
ctx_len           235 drivers/crypto/caam/caamhash.c 			  ctx->ctx_len, true, ctrlpriv->era);
ctx_len           245 drivers/crypto/caam/caamhash.c 	cnstr_shdsc_ahash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
ctx_len           246 drivers/crypto/caam/caamhash.c 			  ctx->ctx_len, false, ctrlpriv->era);
ctx_len           256 drivers/crypto/caam/caamhash.c 			  ctx->ctx_len, true, ctrlpriv->era);
ctx_len           267 drivers/crypto/caam/caamhash.c 			  ctx->ctx_len, false, ctrlpriv->era);
ctx_len           288 drivers/crypto/caam/caamhash.c 			    ctx->ctx_len, ctx->ctx_len);
ctx_len           298 drivers/crypto/caam/caamhash.c 			    digestsize, ctx->ctx_len);
ctx_len           310 drivers/crypto/caam/caamhash.c 	cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
ctx_len           311 drivers/crypto/caam/caamhash.c 			    ctx->ctx_len);
ctx_len           321 drivers/crypto/caam/caamhash.c 			    digestsize, ctx->ctx_len);
ctx_len           340 drivers/crypto/caam/caamhash.c 			    ctx->ctx_len, ctx->ctx_len);
ctx_len           350 drivers/crypto/caam/caamhash.c 			    digestsize, ctx->ctx_len);
ctx_len           359 drivers/crypto/caam/caamhash.c 	cnstr_shdsc_sk_hash(desc, &ctx->adata, OP_ALG_AS_INIT, ctx->ctx_len,
ctx_len           360 drivers/crypto/caam/caamhash.c 			    ctx->ctx_len);
ctx_len           370 drivers/crypto/caam/caamhash.c 			    digestsize, ctx->ctx_len);
ctx_len           623 drivers/crypto/caam/caamhash.c 			     ctx->ctx_len, 1);
ctx_len           645 drivers/crypto/caam/caamhash.c 	ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_BIDIRECTIONAL);
ctx_len           651 drivers/crypto/caam/caamhash.c 			     ctx->ctx_len, 1);
ctx_len           683 drivers/crypto/caam/caamhash.c 			     ctx->ctx_len, 1);
ctx_len           705 drivers/crypto/caam/caamhash.c 	ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_FROM_DEVICE);
ctx_len           711 drivers/crypto/caam/caamhash.c 			     ctx->ctx_len, 1);
ctx_len           854 drivers/crypto/caam/caamhash.c 		ret = ctx_map_to_sec4_sg(jrdev, state, ctx->ctx_len,
ctx_len           886 drivers/crypto/caam/caamhash.c 		append_seq_in_ptr(desc, edesc->sec4_sg_dma, ctx->ctx_len +
ctx_len           889 drivers/crypto/caam/caamhash.c 		append_seq_out_ptr(desc, state->ctx_dma, ctx->ctx_len, 0);
ctx_len           915 drivers/crypto/caam/caamhash.c 	ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_BIDIRECTIONAL);
ctx_len           948 drivers/crypto/caam/caamhash.c 	ret = ctx_map_to_sec4_sg(jrdev, state, ctx->ctx_len,
ctx_len           967 drivers/crypto/caam/caamhash.c 	append_seq_in_ptr(desc, edesc->sec4_sg_dma, ctx->ctx_len + buflen,
ctx_len          1034 drivers/crypto/caam/caamhash.c 	ret = ctx_map_to_sec4_sg(jrdev, state, ctx->ctx_len,
ctx_len          1044 drivers/crypto/caam/caamhash.c 				  sec4_sg_src_index, ctx->ctx_len + buflen,
ctx_len          1300 drivers/crypto/caam/caamhash.c 		ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len);
ctx_len          1331 drivers/crypto/caam/caamhash.c 	ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_TO_DEVICE);
ctx_len          1500 drivers/crypto/caam/caamhash.c 		ret = map_seq_out_ptr_ctx(desc, jrdev, state, ctx->ctx_len);
ctx_len          1531 drivers/crypto/caam/caamhash.c 	ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_TO_DEVICE);
ctx_len          1843 drivers/crypto/caam/caamhash.c 		ctx->ctx_len = 48;
ctx_len          1848 drivers/crypto/caam/caamhash.c 		ctx->ctx_len = 32;
ctx_len          1858 drivers/crypto/caam/caamhash.c 		ctx->ctx_len = runninglen[(ctx->adata.algtype &
ctx_len            29 drivers/crypto/caam/caamhash_desc.c 		       int digestsize, int ctx_len, bool import_ctx, int era)
ctx_len            58 drivers/crypto/caam/caamhash_desc.c 		append_seq_load(desc, ctx_len, LDST_CLASS_2_CCB |
ctx_len            88 drivers/crypto/caam/caamhash_desc.c 			 int digestsize, int ctx_len)
ctx_len           110 drivers/crypto/caam/caamhash_desc.c 		append_seq_load(desc, ctx_len, LDST_CLASS_1_CCB |
ctx_len            25 drivers/crypto/caam/caamhash_desc.h 		       int digestsize, int ctx_len, bool import_ctx, int era);
ctx_len            28 drivers/crypto/caam/caamhash_desc.h 			 int digestsize, int ctx_len);
ctx_len           139 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->cmd.u.sha.ctx_len = SHA1_DIGEST_SIZE;
ctx_len           142 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->cmd.u.sha.ctx_len = SHA224_DIGEST_SIZE;
ctx_len           145 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->cmd.u.sha.ctx_len = SHA256_DIGEST_SIZE;
ctx_len           148 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->cmd.u.sha.ctx_len = SHA384_DIGEST_SIZE;
ctx_len           151 drivers/crypto/ccp/ccp-crypto-sha.c 		rctx->cmd.u.sha.ctx_len = SHA512_DIGEST_SIZE;
ctx_len          1486 drivers/crypto/ccp/ccp-ops.c 		if (sha->ctx_len < SHA1_DIGEST_SIZE)
ctx_len          1491 drivers/crypto/ccp/ccp-ops.c 		if (sha->ctx_len < SHA224_DIGEST_SIZE)
ctx_len          1496 drivers/crypto/ccp/ccp-ops.c 		if (sha->ctx_len < SHA256_DIGEST_SIZE)
ctx_len          1502 drivers/crypto/ccp/ccp-ops.c 		    || sha->ctx_len < SHA384_DIGEST_SIZE)
ctx_len          1508 drivers/crypto/ccp/ccp-ops.c 		    || sha->ctx_len < SHA512_DIGEST_SIZE)
ctx_len          1788 drivers/crypto/ccp/ccp-ops.c 		hmac_cmd.u.sha.ctx_len = sha->ctx_len;
ctx_len           203 drivers/crypto/chelsio/chcr_algo.h #define  FILL_KEY_CTX_HDR(ck_size, mk_size, d_ck, opad, ctx_len) \
ctx_len           210 drivers/crypto/chelsio/chcr_algo.h 		      KEY_CONTEXT_CTX_LEN_V((ctx_len)))
ctx_len           212 drivers/crypto/chelsio/chcr_algo.h #define  FILL_KEY_CRX_HDR(ck_size, mk_size, d_ck, opad, ctx_len) \
ctx_len           219 drivers/crypto/chelsio/chcr_algo.h 		      TLS_KEYCTX_RXFLIT_CNT_V((ctx_len)))
ctx_len           288 include/linux/ccp.h 	u32 ctx_len;		/* In bytes */
ctx_len            34 include/uapi/linux/xfrm.h 	__u16	ctx_len;
ctx_len           233 include/uapi/linux/xfrm.h 	__u16			ctx_len;
ctx_len           482 net/key/af_key.c 	uctx->ctx_len = sec_ctx->sadb_x_ctx_len;
ctx_len           484 net/key/af_key.c 	       uctx->ctx_len);
ctx_len           800 net/key/af_key.c 		ctx_size = PFKEY_ALIGN8(xfrm_ctx->ctx_len);
ctx_len          1039 net/key/af_key.c 		sec_ctx->sadb_x_ctx_len = xfrm_ctx->ctx_len;
ctx_len          1041 net/key/af_key.c 		       xfrm_ctx->ctx_len);
ctx_len          2013 net/key/af_key.c 		len += xfrm_ctx->ctx_len;
ctx_len          2194 net/key/af_key.c 		sec_ctx->sadb_x_ctx_len = xfrm_ctx->ctx_len;
ctx_len          2196 net/key/af_key.c 		       xfrm_ctx->ctx_len);
ctx_len          3159 net/key/af_key.c 		ctx_size = PFKEY_ALIGN8(xfrm_ctx->ctx_len);
ctx_len          3231 net/key/af_key.c 		sec_ctx->sadb_x_ctx_len = xfrm_ctx->ctx_len;
ctx_len          3233 net/key/af_key.c 		       xfrm_ctx->ctx_len);
ctx_len           114 net/xfrm/xfrm_user.c 	    uctx->len != (sizeof(struct xfrm_user_sec_ctx) + uctx->ctx_len))
ctx_len           489 net/xfrm/xfrm_user.c 		len += xfrm_ctx->ctx_len;
ctx_len           817 net/xfrm/xfrm_user.c 	int ctx_size = sizeof(*uctx) + s->ctx_len;
ctx_len           828 net/xfrm/xfrm_user.c 	uctx->ctx_len = s->ctx_len;
ctx_len           829 net/xfrm/xfrm_user.c 	memcpy(uctx + 1, s->ctx_str, s->ctx_len);
ctx_len          2809 net/xfrm/xfrm_user.c 				    x->security->ctx_len);
ctx_len            88 security/selinux/xfrm.c 	str_len = uctx->ctx_len;
ctx_len            98 security/selinux/xfrm.c 	ctx->ctx_len = str_len;
ctx_len           303 security/selinux/xfrm.c 	new_ctx = kmemdup(old_ctx, sizeof(*old_ctx) + old_ctx->ctx_len,
ctx_len           371 security/selinux/xfrm.c 	ctx->ctx_len = str_len;