Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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()
H A Dakcipher.c156 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
174 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
H A Decrdsa.c283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
H A Drsa.c372 err = crypto_register_akcipher(&rsa); in rsa_init()
H A Dsm2.c484 return crypto_register_akcipher(&sm2); in sm2_init()
H A Dcrypto_engine.c670 return crypto_register_akcipher(&alg->base); in crypto_engine_register_akcipher()
/openbmc/linux/include/crypto/internal/
H A Dakcipher.h133 int crypto_register_akcipher(struct akcipher_alg *alg);
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c611 return crypto_register_akcipher(&starfive_rsa); in starfive_rsa_register_algs()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1289 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c2108 ret = crypto_register_akcipher(&rsa); in hpre_register_rsa()