Lines Matching refs:DES_BLOCK_SIZE
45 #define DES_BLOCK_WORDS (DES_BLOCK_SIZE >> 2)
547 if (!IS_ALIGNED(sg->length, DES_BLOCK_SIZE)) in omap_des_copy_needed()
711 if (!IS_ALIGNED(req->nbytes, DES_BLOCK_SIZE)) { in omap_des_crypt()
787 .cra_blocksize = DES_BLOCK_SIZE,
809 .cra_blocksize = DES_BLOCK_SIZE,
819 .ivsize = DES_BLOCK_SIZE,
832 .cra_blocksize = DES_BLOCK_SIZE,
854 .cra_blocksize = DES_BLOCK_SIZE,
864 .ivsize = DES_BLOCK_SIZE,
965 BUG_ON(dd->total < DES_BLOCK_SIZE); in omap_des_irq()
967 dd->total -= DES_BLOCK_SIZE; in omap_des_irq()