Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/hisilicon/zip/
Dzip_crypto.c61 #define TO_HEAD_SIZE(req_type) \ macro
180 int head_size = TO_HEAD_SIZE(req_type); in add_comp_head()
204 return TO_HEAD_SIZE(HZIP_ALG_TYPE_ZLIB); in get_comp_head_size()
206 return TO_HEAD_SIZE(HZIP_ALG_TYPE_GZIP); in get_comp_head_size()
432 head_size = (qp->alg_type == 0) ? TO_HEAD_SIZE(qp->req_type) : 0; in hisi_zip_acomp_cb()