Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c65 #define TO_HEAD_SIZE(req_type) \ macro
184 int head_size = TO_HEAD_SIZE(req_type); in add_comp_head()
208 return TO_HEAD_SIZE(HZIP_ALG_TYPE_ZLIB); in get_comp_head_size()
210 return TO_HEAD_SIZE(HZIP_ALG_TYPE_GZIP); in get_comp_head_size()
435 head_size = (qp->alg_type == 0) ? TO_HEAD_SIZE(qp->req_type) : 0; in hisi_zip_acomp_cb()