Home
last modified time | relevance | path

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

/linux/crypto/
A Decdsa.c348 ret = crypto_register_akcipher(&ecdsa_nist_p192); in ecdsa_init()
351 ret = crypto_register_akcipher(&ecdsa_nist_p256); in ecdsa_init()
355 ret = crypto_register_akcipher(&ecdsa_nist_p384); in ecdsa_init()
359 ret = crypto_register_akcipher(&ecdsa_nist_p521); in ecdsa_init()
A Dakcipher.c125 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function
143 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
A Decrdsa.c283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
A Drsa.c405 err = crypto_register_akcipher(&rsa); in rsa_init()
A Dcrypto_engine.c666 return crypto_register_akcipher(&alg->base); in crypto_engine_register_akcipher()
/linux/include/crypto/internal/
A Dakcipher.h133 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/starfive/
A Djh7110-rsa.c588 return crypto_register_akcipher(&starfive_rsa); in starfive_rsa_register_algs()
/linux/drivers/crypto/intel/qat/qat_common/
A Dqat_asym_algs.c1343 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c2113 ret = crypto_register_akcipher(&rsa); in hpre_register_rsa()

Completed in 26 milliseconds