Lines Matching refs:creq
212 struct se_crypto_request creq; member
619 struct se_crypto_request *creq = &nkreq->creq; in alloc_src_req_buf() local
621 nkreq->src = alloc_req_buf(nents, ivsize, creq->gfp); in alloc_src_req_buf()
644 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_src_sg() local
646 creq->src = nitrox_creq_src_sg(iv, ivsize); in nitrox_creq_set_src_sg()
647 sg = creq->src; in nitrox_creq_set_src_sg()
666 struct se_crypto_request *creq = &nkreq->creq; in alloc_dst_req_buf() local
668 nkreq->dst = alloc_req_buf(nents, extralen, creq->gfp); in alloc_dst_req_buf()
677 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_orh() local
679 creq->orh = (u64 *)(nkreq->dst); in nitrox_creq_set_orh()
680 set_orh_value(creq->orh); in nitrox_creq_set_orh()
685 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_comp() local
687 creq->comp = (u64 *)(nkreq->dst + ORH_HLEN); in nitrox_creq_set_comp()
688 set_comp_value(creq->comp); in nitrox_creq_set_comp()
700 struct se_crypto_request *creq = &nkreq->creq; in nitrox_creq_set_dst_sg() local
704 creq->dst = nitrox_creq_dst_sg(nkreq->dst); in nitrox_creq_set_dst_sg()
705 sg = creq->dst; in nitrox_creq_set_dst_sg()
715 sg = create_single_sg(sg, creq->orh, ORH_HLEN); in nitrox_creq_set_dst_sg()
721 create_single_sg(sg, creq->comp, COMP_HLEN); in nitrox_creq_set_dst_sg()