Searched refs:PADLOCK_ALIGN (Results 1 – 3 of 3) sorted by relevance
69 #define PADLOCK_ALIGN(p) (void *)(roundup2((uintptr_t)(p), 16)) macro
117 u_char *result = PADLOCK_ALIGN(buf); in padlock_do_sha1()139 char *result = PADLOCK_ALIGN(buf); in padlock_do_sha256()
195 abuf = PADLOCK_ALIGN(buf); in padlock_cipher_process()