Home
last modified time | relevance | path

Searched refs:wmem (Results 1 – 1 of 1) sorted by relevance

/crypto/
D842.c28 void *wmem; /* working memory for compress */ member
46 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()