Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhisi_acc_qm.h315 void (*unregister_from_crypto)(struct hisi_qm *qm); member
/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c139 .unregister_from_crypto = sec_unregister_from_crypto,
/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip_main.c149 .unregister_from_crypto = hisi_zip_unregister_from_crypto,
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c162 .unregister_from_crypto = hpre_algs_unregister,
/linux-6.15/drivers/crypto/hisilicon/
H A Dqm.c5009 qm_list->unregister_from_crypto(qm); in hisi_qm_alg_unregister()