Searched refs:nx842_wmem (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A D842.c35 void *nx842_wmem; /* working memory for 842/lzo */ member in struct:nx842_ctx
56 ctx->nx842_wmem = kmalloc(wmemsize, GFP_NOFS); nx842_init()
57 if (!ctx->nx842_wmem) nx842_init()
67 kfree(ctx->nx842_wmem); nx842_exit()
94 err = nx842_compress(src, slen, dst, &tmp_len, ctx->nx842_wmem); nx842_crypto_compress()
110 err = lzo1x_1_compress(src, slen, dst, &lzodlen, ctx->nx842_wmem); nx842_crypto_compress()
139 ctx->nx842_wmem); nx842_crypto_decompress()

Completed in 73 milliseconds