Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhisi_acc_qm.h265 int (*register_to_crypto)(struct hisi_qm *qm); member
/Linux-v6.1/drivers/crypto/hisilicon/sec2/
Dsec_main.c145 .register_to_crypto = sec_register_to_crypto,
/Linux-v6.1/drivers/crypto/hisilicon/zip/
Dzip_main.c144 .register_to_crypto = hisi_zip_register_to_crypto,
/Linux-v6.1/drivers/crypto/hisilicon/hpre/
Dhpre_main.c171 .register_to_crypto = hpre_algs_register,
/Linux-v6.1/drivers/crypto/hisilicon/
Dqm.c5888 ret = qm_list->register_to_crypto(qm); in hisi_qm_alg_register()