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

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c39 if (IS_P2ALIGNED2(in, out, sizeof (uint32_t))) {
58 if (IS_P2ALIGNED2(dst, data, sizeof (uint32_t))) {
H A Daes_impl.h41 #define IS_P2ALIGNED2(v, w, a) \ macro
H A Daes_impl.c1641 if (IS_P2ALIGNED2(pt, ct, sizeof (uint32_t))) {
1694 if (IS_P2ALIGNED2(ct, pt, sizeof (uint32_t))) {

Completed in 48 milliseconds