Home
last modified time | relevance | path

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

/linux/crypto/
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()
A Dakcipher.c145 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
149 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
A Drsa.c411 crypto_unregister_akcipher(&rsa); in rsa_init()
421 crypto_unregister_akcipher(&rsa); in rsa_exit()
A Decrdsa.c288 crypto_unregister_akcipher(&ecrdsa_alg); in ecrdsa_mod_fini()
A Dcrypto_engine.c672 crypto_unregister_akcipher(&alg->base); in crypto_engine_unregister_akcipher()
/linux/include/crypto/internal/
A Dakcipher.h142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux/drivers/crypto/ccp/
A Dccp-crypto-main.c390 crypto_unregister_akcipher(&akc_alg->alg); in ccp_unregister_algs()
/linux/drivers/crypto/starfive/
A Djh7110-rsa.c593 crypto_unregister_akcipher(&starfive_rsa); in starfive_rsa_unregister_algs()
/linux/drivers/crypto/intel/qat/qat_common/
A Dqat_asym_algs.c1357 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c2125 crypto_unregister_akcipher(&rsa); in hpre_unregister_rsa()

Completed in 26 milliseconds