Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dakcipher.c134 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher() function
138 EXPORT_SYMBOL_GPL(crypto_unregister_akcipher);
Drsa.c381 crypto_unregister_akcipher(&rsa); in rsa_init()
391 crypto_unregister_akcipher(&rsa); in rsa_exit()
/Linux-v4.19/include/crypto/internal/
Dakcipher.h131 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-main.c400 crypto_unregister_akcipher(&akc_alg->alg); in ccp_unregister_algs()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c1066 crypto_unregister_akcipher(&caam_rsa); in caam_pkc_exit()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1358 crypto_unregister_akcipher(&rsa); in qat_asym_algs_unregister()