Searched refs:IS_P2ALIGNED2 (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/common/crypto/aes/ |
| H A D | aes_modes.c | 39 if (IS_P2ALIGNED2(in, out, sizeof (uint32_t))) { in aes_copy_block() 58 if (IS_P2ALIGNED2(dst, data, sizeof (uint32_t))) { in aes_xor_block()
|
| H A D | aes_impl.h | 41 #define IS_P2ALIGNED2(v, w, a) \ macro
|
| H A D | aes_impl.c | 1647 if (IS_P2ALIGNED2(pt, ct, sizeof (uint32_t))) { in aes_encrypt_block() 1702 if (IS_P2ALIGNED2(ct, pt, sizeof (uint32_t))) { in aes_decrypt_block()
|