Home
last modified time | relevance | path

Searched refs:ORH_HLEN (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_req.h483 #define ORH_HLEN 8 macro
665 int extralen = ORH_HLEN + COMP_HLEN; in alloc_dst_req_buf()
687 creq->comp = (u64 *)(nkreq->dst + ORH_HLEN); in nitrox_creq_set_comp()
693 return (struct scatterlist *)(dst + ORH_HLEN + COMP_HLEN); in nitrox_creq_dst_sg()
715 sg = create_single_sg(sg, creq->orh, ORH_HLEN); in nitrox_creq_set_dst_sg()