crypto_register_akcipher  138 crypto/akcipher.c EXPORT_SYMBOL_GPL(crypto_register_akcipher);
crypto_register_akcipher  282 crypto/ecrdsa.c 	return crypto_register_akcipher(&ecrdsa_alg);
crypto_register_akcipher  262 crypto/rsa.c   	err = crypto_register_akcipher(&rsa);
crypto_register_akcipher 1111 drivers/crypto/caam/caampkc.c 	err = crypto_register_akcipher(&caam_rsa.akcipher);
crypto_register_akcipher  263 drivers/crypto/ccp/ccp-crypto-rsa.c 	ret = crypto_register_akcipher(alg);
crypto_register_akcipher 1342 drivers/crypto/qat/qat_common/qat_asym_algs.c 		ret = crypto_register_akcipher(&rsa);
crypto_register_akcipher  117 include/crypto/internal/akcipher.h int crypto_register_akcipher(struct akcipher_alg *alg);