Lines Matching refs:creq
213 struct se_crypto_request creq; member
623 struct se_crypto_request *creq = &nkreq->creq; in alloc_src_req_buf() local
625 nkreq->src = alloc_req_buf(nents, ivsize, creq->gfp); in alloc_src_req_buf()
648 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_src_sg() local
650 creq->src = nitrox_creq_src_sg(iv, ivsize); in nitrox_creq_set_src_sg()
651 sg = creq->src; in nitrox_creq_set_src_sg()
670 struct se_crypto_request *creq = &nkreq->creq; in alloc_dst_req_buf() local
672 nkreq->dst = alloc_req_buf(nents, extralen, creq->gfp); in alloc_dst_req_buf()
681 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_orh() local
683 creq->orh = (u64 *)(nkreq->dst); in nitrox_creq_set_orh()
684 set_orh_value(creq->orh); in nitrox_creq_set_orh()
689 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_comp() local
691 creq->comp = (u64 *)(nkreq->dst + ORH_HLEN); in nitrox_creq_set_comp()
692 set_comp_value(creq->comp); in nitrox_creq_set_comp()
704 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_dst_sg() local
708 creq->dst = nitrox_creq_dst_sg(nkreq->dst); in nitrox_creq_set_dst_sg()
709 sg = creq->dst; in nitrox_creq_set_dst_sg()
719 sg = create_single_sg(sg, creq->orh, ORH_HLEN); in nitrox_creq_set_dst_sg()
725 create_single_sg(sg, creq->comp, COMP_HLEN); in nitrox_creq_set_dst_sg()