Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c60 #define TO_HEAD_SIZE(req_type) \ macro
376 head_size = (qp->alg_type == 0) ? TO_HEAD_SIZE(qp->req_type) : 0; in hisi_zip_acomp_cb()
444 int head_size = TO_HEAD_SIZE(req_type); in add_comp_head()
477 return TO_HEAD_SIZE(HZIP_ALG_TYPE_ZLIB); in get_comp_head_size()
479 return TO_HEAD_SIZE(HZIP_ALG_TYPE_GZIP); in get_comp_head_size()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds