Searched refs:wmem (Results 1 – 1 of 1) sorted by relevance
28 void *wmem; /* working memory for compress */ member46 ctx->wmem = crypto842_alloc_ctx(NULL); in crypto842_init()47 if (IS_ERR(ctx->wmem)) in crypto842_init()62 crypto842_free_ctx(NULL, ctx->wmem); in crypto842_exit()71 return sw842_compress(src, slen, dst, dlen, ctx->wmem); in crypto842_compress()