Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dakcipher.c138 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
152 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
H A Drsa.c405 err = crypto_register_akcipher(&rsa); in rsa_init()
H A Dcrypto_engine.c666 return crypto_register_akcipher(&alg->base); in crypto_engine_register_akcipher()
/linux-6.15/include/crypto/internal/
H A Dakcipher.h133 int crypto_register_akcipher(struct akcipher_alg *alg);
/linux-6.15/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-rsa.c586 return crypto_register_akcipher(&starfive_rsa); in starfive_rsa_register_algs()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1343 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c2118 ret = crypto_register_akcipher(&rsa); in hpre_register_rsa()