Lines Matching refs:alg
81 static struct crypto_acomp *z_erofs_crypto_get_engine(int alg) in z_erofs_crypto_get_engine() argument
85 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) in z_erofs_crypto_get_engine()
98 tfm = z_erofs_crypto_get_engine(rq->alg); in z_erofs_crypto_decompress()
128 int alg; in z_erofs_crypto_enable_engine() local
131 for (alg = 0; alg < Z_EROFS_COMPRESSION_MAX; ++alg) { in z_erofs_crypto_enable_engine()
132 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) { in z_erofs_crypto_enable_engine()
153 int alg; in z_erofs_crypto_disable_all_engines() local
156 for (alg = 0; alg < Z_EROFS_COMPRESSION_MAX; ++alg) { in z_erofs_crypto_disable_all_engines()
157 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) { in z_erofs_crypto_disable_all_engines()
170 int alg, len = 0; in z_erofs_crypto_show_engines() local
172 for (alg = 0; alg < Z_EROFS_COMPRESSION_MAX; ++alg) { in z_erofs_crypto_show_engines()
173 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) { in z_erofs_crypto_show_engines()