Lines Matching refs:hib_comp_algo
57 char hib_comp_algo[CRYPTO_MAX_ALG_NAME]; variable
751 strscpy(hib_comp_algo, hibernate_compressor, sizeof(hib_comp_algo)); in hibernate()
752 if (crypto_has_comp(hib_comp_algo, 0, 0) != 1) { in hibernate()
753 pr_err("%s compression is not available\n", hib_comp_algo); in hibernate()
804 if (!strcmp(hib_comp_algo, COMPRESSION_ALGO_LZ4)) in hibernate()
1000 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZ4, sizeof(hib_comp_algo)); in software_resume()
1002 strscpy(hib_comp_algo, COMPRESSION_ALGO_LZO, sizeof(hib_comp_algo)); in software_resume()
1003 if (crypto_has_comp(hib_comp_algo, 0, 0) != 1) { in software_resume()
1004 pr_err("%s compression is not available\n", hib_comp_algo); in software_resume()
1450 strscpy(hib_comp_algo, comp_alg_enabled[index], in hibernate_compressor_param_set()
1451 sizeof(hib_comp_algo)); in hibernate_compressor_param_set()