Searched refs:crypto_register_akcipher (Results 1 – 10 of 10) sorted by relevance
348 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()
125 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function143 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
405 err = crypto_register_akcipher(&rsa); in rsa_init()
666 return crypto_register_akcipher(&alg->base); in crypto_engine_register_akcipher()
133 int crypto_register_akcipher(struct akcipher_alg *alg);
263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
588 return crypto_register_akcipher(&starfive_rsa); in starfive_rsa_register_algs()
1343 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
2113 ret = crypto_register_akcipher(&rsa); in hpre_register_rsa()
Completed in 26 milliseconds