Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dsw842.h5 #define SW842_MEM_COMPRESS (0xf000) macro
/linux-6.1.9/crypto/
D842.c35 ctx = kmalloc(SW842_MEM_COMPRESS, GFP_KERNEL); in crypto842_alloc_ctx()
/linux-6.1.9/lib/842/
D842_compress.c486 BUILD_BUG_ON(sizeof(*p) > SW842_MEM_COMPRESS); in sw842_compress()