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