Lines Matching refs:hib_comp_algo
58 char hib_comp_algo[CRYPTO_MAX_ALG_NAME]; variable
760 strscpy(hib_comp_algo, hibernate_compressor, sizeof(hib_comp_algo)); in hibernate()
761 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in hibernate()
762 pr_err("%s compression is not available\n", hib_comp_algo); in hibernate()
813 if (!strcmp(hib_comp_algo, COMPRESSION_ALGO_LZ4)) in hibernate()
1009 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZ4, sizeof(hib_comp_algo)); in software_resume()
1011 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZO, sizeof(hib_comp_algo)); in software_resume()
1012 if (!crypto_has_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC)) { in software_resume()
1013 pr_err("%s compression is not available\n", hib_comp_algo); in software_resume()
1459 strscpy(hib_comp_algo, comp_alg_enabled[index], in hibernate_compressor_param_set()
1460 sizeof(hib_comp_algo)); in hibernate_compressor_param_set()