Searched refs:crypto_register_acomp (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/crypto/internal/
H A Dacompress.h88 * crypto_register_acomp() -- Register asynchronous compression algorithm
97 int crypto_register_acomp(struct acomp_alg *alg);
/linux-master/crypto/
H A Dacompress.c163 int crypto_register_acomp(struct acomp_alg *alg) function
174 EXPORT_SYMBOL_GPL(crypto_register_acomp); variable
187 ret = crypto_register_acomp(&algs[i]);
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c608 ret = crypto_register_acomp(&hisi_zip_acomp_deflate);
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1830 ret = crypto_register_acomp(&iaa_acomp_fixed_deflate);

Completed in 118 milliseconds