Home
last modified time | relevance | path

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

/linux-6.1.9/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.c149 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
153 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
Drsa.c340 crypto_unregister_akcipher(&rsa); in rsa_init()
350 crypto_unregister_akcipher(&rsa); in rsa_exit()
Decrdsa.c288 crypto_unregister_akcipher(&ecrdsa_alg); in ecrdsa_mod_fini()
Dsm2.c451 crypto_unregister_akcipher(&sm2); in sm2_exit()
/linux-6.1.9/include/crypto/internal/
Dakcipher.h120 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux-6.1.9/drivers/crypto/ccp/
Dccp-crypto-main.c397 crypto_unregister_akcipher(&akc_alg->alg); in ccp_unregister_algs()
/linux-6.1.9/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c588 crypto_unregister_akcipher(&virtio_crypto_akcipher_algs[i].algo); in virtio_crypto_akcipher_algs_unregister()
/linux-6.1.9/drivers/crypto/caam/
Dcaampkc.c1212 crypto_unregister_akcipher(&caam_rsa.akcipher); in caam_pkc_exit()
/linux-6.1.9/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1303 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()
/linux-6.1.9/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2097 crypto_unregister_akcipher(&rsa); in hpre_unregister_rsa()