Searched refs:crypto_register_akcipher (Results 1 – 11 of 11) sorted by relevance
123 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher() function139 EXPORT_SYMBOL_GPL(crypto_register_akcipher);
340 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()
266 err = crypto_register_akcipher(&rsa); in rsa_init()
283 return crypto_register_akcipher(&ecrdsa_alg); in ecrdsa_mod_init()
446 return crypto_register_akcipher(&sm2); in sm2_init()
111 int crypto_register_akcipher(struct akcipher_alg *alg);
263 ret = crypto_register_akcipher(alg); in ccp_register_rsa_alg()
554 ret = crypto_register_akcipher(&virtio_crypto_akcipher_algs[i].algo); in virtio_crypto_akcipher_algs_register()
1191 err = crypto_register_akcipher(&caam_rsa.akcipher); in caam_pkc_init()
1289 ret = crypto_register_akcipher(&rsa); in qat_asym_algs_register()
2111 ret = crypto_register_akcipher(&rsa); in hpre_algs_register()