crypto_alg_get
target = crypto_alg_get(alg);
crypto_alg_get(&larval->alg);
return try_module_get(alg->cra_module) ? crypto_alg_get(alg) : NULL;