Lines Matching refs:size
978 static inline void crypto_inc_byte(u8 *a, unsigned int size)
980 u8 *b = (a + size);
983 for (; size; size--) {
991 void crypto_inc(u8 *a, unsigned int size)
993 __be32 *b = (__be32 *)(a + size);
998 for (; size >= 4; size -= 4) {
1005 crypto_inc_byte(a, size);
1014 int size = sizeof(unsigned long);
1017 (size - 1);
1019 relalign = d ? 1 << __ffs(d) : size;