Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A 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()
A Dakcipher.c149 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
153 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
A Drsa.c340 crypto_unregister_akcipher(&rsa); in rsa_init()
350 crypto_unregister_akcipher(&rsa); in rsa_exit()
A Decrdsa.c288 crypto_unregister_akcipher(&ecrdsa_alg); in ecrdsa_mod_fini()
A Dsm2.c451 crypto_unregister_akcipher(&sm2); in sm2_exit()
/linux-6.3-rc2/include/crypto/internal/
A Dakcipher.h142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-crypto-main.c390 crypto_unregister_akcipher(&akc_alg->alg); in ccp_unregister_algs()
/linux-6.3-rc2/drivers/crypto/virtio/
A Dvirtio_crypto_akcipher_algs.c589 crypto_unregister_akcipher(&virtio_crypto_akcipher_algs[i].algo); in virtio_crypto_akcipher_algs_unregister()
/linux-6.3-rc2/drivers/crypto/aspeed/
A Daspeed-acry.c652 crypto_unregister_akcipher(&aspeed_acry_akcipher_algs[i].akcipher); in aspeed_acry_unregister()
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaampkc.c1217 crypto_unregister_akcipher(&caam_rsa.akcipher); in caam_pkc_exit()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c1305 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c2114 crypto_unregister_akcipher(&rsa); in hpre_unregister_rsa()

Completed in 28 milliseconds