Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dhisi_acc_qm.h326 void (*unregister_from_crypto)(struct hisi_qm *qm); member
/linux/drivers/crypto/hisilicon/sec2/ !
H A Dsec_main.c151 .unregister_from_crypto = sec_unregister_from_crypto,
/linux/drivers/crypto/hisilicon/zip/ !
H A Dzip_main.c166 .unregister_from_crypto = hisi_zip_unregister_from_crypto,
/linux/drivers/crypto/hisilicon/hpre/ !
H A Dhpre_main.c168 .unregister_from_crypto = hpre_algs_unregister,
/linux/drivers/crypto/hisilicon/ !
H A Dqm.c5299 qm_list->unregister_from_crypto(qm); in hisi_qm_alg_unregister()