crypto_has_acomp
if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) {
if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) {
if (!crypto_has_acomp(zswap_compressor, 0, 0) &&
if (WARN_ON_ONCE(!crypto_has_acomp(zswap_compressor, 0, 0))) {
if (!crypto_has_acomp(s, 0, 0)) {
.find = crypto_has_acomp,
status = crypto_has_acomp(calg_list[i].name, 0, 0);