Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/iaa/ !
Diaa_crypto_main.c36 static struct crypto_comp *deflate_generic_tfm; variable
1000 ret = crypto_comp_decompress(deflate_generic_tfm, in deflate_generic_decompress()
2016 deflate_generic_tfm = crypto_alloc_comp("deflate-generic", 0, 0); in iaa_crypto_init_module()
2018 if (IS_ERR_OR_NULL(deflate_generic_tfm)) { in iaa_crypto_init_module()
2020 "deflate-generic", PTR_ERR(deflate_generic_tfm)); in iaa_crypto_init_module()
2065 crypto_free_comp(deflate_generic_tfm); in iaa_crypto_init_module()
2082 crypto_free_comp(deflate_generic_tfm); in iaa_crypto_cleanup_module()