Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c74 #define NX842_HW_PAGE_SIZE (ASM_CONST(1) << NX842_HW_PAGE_SHIFT) macro
75 #define NX842_HW_PAGE_MASK (~(NX842_HW_PAGE_SIZE-1))
181 nextpage = ALIGN(buf + 1, NX842_HW_PAGE_SIZE); in nx842_build_scatterlist()
184 if (IS_ALIGNED(buf, NX842_HW_PAGE_SIZE)) in nx842_build_scatterlist()
186 entry->len = NX842_HW_PAGE_SIZE; in nx842_build_scatterlist()
241 return sizeof(struct nx842_workmem) + NX842_HW_PAGE_SIZE; in nx842_get_workmem_size()
374 NX842_HW_PAGE_SIZE); in nx842_compress()
411 if (likely(max_sync_size == NX842_HW_PAGE_SIZE)) { in nx842_compress()
560 NX842_HW_PAGE_SIZE); in nx842_decompress()
623 if (likely(max_sync_size == NX842_HW_PAGE_SIZE)) { in nx842_decompress()
[all …]