Searched refs:HASH_DMA_ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance
166 sg->length = ALIGN(sg->length, HASH_DMA_ALIGN_SIZE); in hash_set_dma_transfer()523 if ((aligned && !IS_ALIGNED(sg->offset, HASH_DMA_ALIGN_SIZE)) || in hash_get_nents()524 (!IS_ALIGNED(sg->length, HASH_DMA_ALIGN_SIZE) && size > 0)) in hash_get_nents()576 if (req->nbytes < HASH_DMA_ALIGN_SIZE) { in hash_init()580 __func__, HASH_DMA_ALIGN_SIZE); in hash_init()
15 #define HASH_DMA_ALIGN_SIZE 4 macro