Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip.h105 bool hisi_zip_alg_support(struct hisi_qm *qm, u32 alg);
H A Dzip_crypto.c608 if (!hisi_zip_alg_support(qm, HZIP_ALG_DEFLATE)) in hisi_zip_register_deflate()
620 if (!hisi_zip_alg_support(qm, HZIP_ALG_DEFLATE)) in hisi_zip_unregister_deflate()
H A Dzip_main.c440 bool hisi_zip_alg_support(struct hisi_qm *qm, u32 alg) in hisi_zip_alg_support() function