Lines Matching defs:cc
624 struct crypto_acomp *cc; /* crypto compressor */
736 data[thr].cc = crypto_alloc_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC);
737 if (IS_ERR_OR_NULL(data[thr].cc)) {
738 pr_err("Could not allocate comp stream %ld\n", PTR_ERR(data[thr].cc));
743 data[thr].cr = acomp_request_alloc(data[thr].cc);
898 crypto_free_acomp(data[thr].cc);
1143 struct crypto_acomp *cc; /* crypto compressor */
1258 data[thr].cc = crypto_alloc_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC);
1259 if (IS_ERR_OR_NULL(data[thr].cc)) {
1260 pr_err("Could not allocate comp stream %ld\n", PTR_ERR(data[thr].cc));
1265 data[thr].cr = acomp_request_alloc(data[thr].cc);
1519 crypto_free_acomp(data[thr].cc);