Home
last modified time | relevance | path

Searched refs:crypto_name (Results 1 – 1 of 1) sorted by relevance

/linux/fs/erofs/
H A Ddecompressor_crypto.c61 char *crypto_name; member
73 { .crypto_name = "qat_deflate", },
86 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) in z_erofs_crypto_get_engine()
133 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) { in z_erofs_crypto_enable_engine()
134 if (!strncmp(name, e->crypto_name, len)) { in z_erofs_crypto_enable_engine()
137 tfm = crypto_alloc_acomp(e->crypto_name, 0, 0); in z_erofs_crypto_enable_engine()
158 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) { in z_erofs_crypto_disable_all_engines()
174 for (e = z_erofs_crypto[alg]; e->crypto_name; ++e) { in z_erofs_crypto_show_engines()
178 e->crypto_name, sep); in z_erofs_crypto_show_engines()