crypto_register_akcipher
EXPORT_SYMBOL_GPL(crypto_register_akcipher);
return crypto_register_akcipher(&alg->base);
err = crypto_register_akcipher(&rsa);
ret = crypto_register_akcipher(alg);
ret = crypto_register_akcipher(&rsa);
ret = crypto_register_akcipher(&rsa);
return crypto_register_akcipher(&starfive_rsa);
int crypto_register_akcipher(struct akcipher_alg *alg);