Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dhisi_acc_qm.h264 int (*register_to_crypto)(struct hisi_qm *qm); member
/Linux-v6.6/drivers/crypto/hisilicon/zip/
Dzip_main.c143 .register_to_crypto = hisi_zip_register_to_crypto,
/Linux-v6.6/drivers/crypto/hisilicon/sec2/
Dsec_main.c144 .register_to_crypto = sec_register_to_crypto,
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_main.c170 .register_to_crypto = hpre_algs_register,
/Linux-v6.6/drivers/crypto/hisilicon/
Dqm.c4889 ret = qm_list->register_to_crypto(qm); in hisi_qm_alg_register()