Searched refs:PADLOCK_ALIGN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/crypto/via/
H A Dpadlock.h82 #define PADLOCK_ALIGN(p) (void *)(roundup2((uintptr_t)(p), 16)) macro
H A Dpadlock_hash.c113 u_char *result = PADLOCK_ALIGN(buf);
137 char *result = PADLOCK_ALIGN(buf);
H A Dpadlock_cipher.c214 abuf = PADLOCK_ALIGN(buf);

Completed in 110 milliseconds