Home
last modified time | relevance | path

Searched refs:crypto_unregister_akcipher (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/crypto/
Decdsa.c354 crypto_unregister_akcipher(&ecdsa_nist_p256); in ecdsa_init()
358 crypto_unregister_akcipher(&ecdsa_nist_p192); in ecdsa_init()
365 crypto_unregister_akcipher(&ecdsa_nist_p192); in ecdsa_exit()
366 crypto_unregister_akcipher(&ecdsa_nist_p256); in ecdsa_exit()
367 crypto_unregister_akcipher(&ecdsa_nist_p384); in ecdsa_exit()
Dakcipher.c176 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
180 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
Drsa.c376 crypto_unregister_akcipher(&rsa); in rsa_init()
386 crypto_unregister_akcipher(&rsa); in rsa_exit()
Decrdsa.c288 crypto_unregister_akcipher(&ecrdsa_alg); in ecrdsa_mod_fini()
Dsm2.c489 crypto_unregister_akcipher(&sm2); in sm2_exit()
Dcrypto_engine.c676 crypto_unregister_akcipher(&alg->base); in crypto_engine_unregister_akcipher()
/Linux-v6.6/include/crypto/internal/
Dakcipher.h142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/Linux-v6.6/drivers/crypto/ccp/
Dccp-crypto-main.c390 crypto_unregister_akcipher(&akc_alg->alg); in ccp_unregister_algs()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-rsa.c616 crypto_unregister_akcipher(&starfive_rsa); in starfive_rsa_unregister_algs()
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dqat_asym_algs.c1303 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2120 crypto_unregister_akcipher(&rsa); in hpre_unregister_rsa()