Home
last modified time | relevance | path

Searched refs:p (Results 1 – 3 of 3) sorted by relevance

/crypt/
A Dsha256.c176 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in __sha256_process_bytes() argument
178 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in __sha256_process_bytes()
A Dmd5.c236 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() argument
238 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
A Dsha512.c199 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in __sha512_process_bytes() argument
201 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in __sha512_process_bytes()

Completed in 7 milliseconds