Home
last modified time | relevance | path

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

/linux/crypto/
H A Decdsa.c366 crypto_unregister_akcipher(&ecdsa_nist_p384); in ecdsa_init()
369 crypto_unregister_akcipher(&ecdsa_nist_p256); in ecdsa_init()
373 crypto_unregister_akcipher(&ecdsa_nist_p192); in ecdsa_init()
380 crypto_unregister_akcipher(&ecdsa_nist_p192); in ecdsa_exit()
381 crypto_unregister_akcipher(&ecdsa_nist_p256); in ecdsa_exit()
382 crypto_unregister_akcipher(&ecdsa_nist_p384); in ecdsa_exit()
383 crypto_unregister_akcipher(&ecdsa_nist_p521); in ecdsa_exit()
H A Dakcipher.c145 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
149 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
H A Drsa.c411 crypto_unregister_akcipher(&rsa); in rsa_init()
421 crypto_unregister_akcipher(&rsa); in rsa_exit()
H A Decrdsa.c288 crypto_unregister_akcipher(&ecrdsa_alg); in ecrdsa_mod_fini()
H A Dcrypto_engine.c672 crypto_unregister_akcipher(&alg->base); in crypto_engine_unregister_akcipher()
/linux/include/crypto/internal/
H A Dakcipher.h142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c390 crypto_unregister_akcipher(&akc_alg->alg); in ccp_unregister_algs()
/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c593 crypto_unregister_akcipher(&starfive_rsa); in starfive_rsa_unregister_algs()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1357 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c2125 crypto_unregister_akcipher(&rsa); in hpre_unregister_rsa()