Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Decdsa.c340 ret = crypto_register_akcipher(&ecdsa_nist_p192); in ecdsa_init()
343 ret = crypto_register_akcipher(&ecdsa_nist_p256); in ecdsa_init()
347 ret = crypto_register_akcipher(&ecdsa_nist_p384); in ecdsa_init()
Dakcipher.c156 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
174 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
Decrdsa.c283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
Drsa.c370 err = crypto_register_akcipher(&rsa); in rsa_init()
Dsm2.c484 return crypto_register_akcipher(&sm2); in sm2_init()
Dcrypto_engine.c670 return crypto_register_akcipher(&alg->base); in crypto_engine_register_akcipher()
/Linux-v6.6/include/crypto/internal/
Dakcipher.h133 int crypto_register_akcipher(struct akcipher_alg *alg);
/Linux-v6.6/drivers/crypto/ccp/
Dccp-crypto-rsa.c263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-rsa.c611 return crypto_register_akcipher(&starfive_rsa); in starfive_rsa_register_algs()
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dqat_asym_algs.c1289 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
/Linux-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2108 ret = crypto_register_akcipher(&rsa); in hpre_register_rsa()