Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip.h87 bool hisi_zip_alg_support(struct hisi_qm *qm, u32 alg);
H A Dzip_crypto.c766 if (!hisi_zip_alg_support(qm, HZIP_ALG_ZLIB)) in hisi_zip_register_zlib()
778 if (!hisi_zip_alg_support(qm, HZIP_ALG_ZLIB)) in hisi_zip_unregister_zlib()
802 if (!hisi_zip_alg_support(qm, HZIP_ALG_GZIP)) in hisi_zip_register_gzip()
814 if (!hisi_zip_alg_support(qm, HZIP_ALG_GZIP)) in hisi_zip_unregister_gzip()
H A Dzip_main.c461 bool hisi_zip_alg_support(struct hisi_qm *qm, u32 alg) in hisi_zip_alg_support() function