Home
last modified time | relevance | path

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

/linux/crypto/
A Dakcipher.c123 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
139 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
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()
A Drsa.c262 err = crypto_register_akcipher(&rsa); in rsa_init()
A Decrdsa.c283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
A Dsm2.c446 return crypto_register_akcipher(&sm2); in sm2_init()
/linux/include/crypto/internal/
A Dakcipher.h111 int crypto_register_akcipher(struct akcipher_alg *alg);
/linux/drivers/crypto/ccp/
A Dccp-crypto-rsa.c263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
/linux/drivers/crypto/caam/
A Dcaampkc.c1188 err = crypto_register_akcipher(&caam_rsa.akcipher); in caam_pkc_init()
/linux/drivers/crypto/qat/qat_common/
A Dqat_asym_algs.c1292 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c2114 ret = crypto_register_akcipher(&rsa); in hpre_algs_register()
/linux/
A Dvmlinux.symvers11162 0x00000000 crypto_register_akcipher vmlinux EXPORT_SYMBOL_GPL
A DSystem.map15135 ffff80001044a094 T crypto_register_akcipher
A D.tmp_System.map15135 ffff80001044a094 T crypto_register_akcipher

Completed in 315 milliseconds