Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dakcipher.c123 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
139 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
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()
Drsa.c266 err = crypto_register_akcipher(&rsa); in rsa_init()
Decrdsa.c283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
Dsm2.c446 return crypto_register_akcipher(&sm2); in sm2_init()
/linux-5.19.10/include/crypto/internal/
Dakcipher.h111 int crypto_register_akcipher(struct akcipher_alg *alg);
/linux-5.19.10/drivers/crypto/ccp/
Dccp-crypto-rsa.c263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c554 ret = crypto_register_akcipher(&virtio_crypto_akcipher_algs[i].algo); in virtio_crypto_akcipher_algs_register()
/linux-5.19.10/drivers/crypto/caam/
Dcaampkc.c1191 err = crypto_register_akcipher(&caam_rsa.akcipher); in caam_pkc_init()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c1289 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c2111 ret = crypto_register_akcipher(&rsa); in hpre_algs_register()