crypto_alloc_akcipher
EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
tfm = crypto_alloc_akcipher(alg_name, 0, 0);
tfm = crypto_alloc_akcipher(alg_name, 0, 0);
tfm = crypto_alloc_akcipher(driver, type, mask);
ctx->fallback_tfm = crypto_alloc_akcipher(name, 0, CRYPTO_ALG_ASYNC |
ctx->rsa.soft_tfm = crypto_alloc_akcipher("rsa-generic", 0, 0);
ctx->akcipher_fbk = crypto_alloc_akcipher("rsa-generic", 0, 0);
struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,