Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dakcipher.c125 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
132 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
Drsa.c375 err = crypto_register_akcipher(&rsa); in rsa_init()
/Linux-v4.19/include/crypto/internal/
Dakcipher.h122 int crypto_register_akcipher(struct akcipher_alg *alg);
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-rsa.c268 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c1054 err = crypto_register_akcipher(&caam_rsa); in caam_pkc_init()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1344 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()