Searched refs:sha1_uintptr (Results 1 – 2 of 2) sorted by relevance
42 typedef uintptr_t sha1_uintptr; typedef
154 # define UNALIGNED_P(p) (((sha1_uintptr) p) % __alignof__ (sha1_uint32) != 0) in sha1_process_bytes()156 # define UNALIGNED_P(p) (((sha1_uintptr) p) % sizeof (sha1_uint32) != 0) in sha1_process_bytes()