UNALIGNED_P 179 lib/md5.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) UNALIGNED_P 167 lib/sha1.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) UNALIGNED_P 229 lib/sha256.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) UNALIGNED_P 230 lib/sha512.c # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (u64) != 0)