Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c46 #define IO_BUFFER_ALIGN 128 macro
394 padding = ALIGN(outbuf, IO_BUFFER_ALIGN) - outbuf; in nx842_compress()
563 if (likely(!IS_ALIGNED(inbuf, IO_BUFFER_ALIGN))) { in nx842_decompress()
588 inbuf = ALIGN(inbuf, IO_BUFFER_ALIGN); in nx842_decompress()