Home
last modified time | relevance | path

Searched refs:DMSG_ALIGNMASK (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Ddmsg.h311 #define DMSG_ALIGNMASK (DMSG_ALIGN - 1) macro
312 #define DMSG_DOALIGN(bytes) (((bytes) + DMSG_ALIGNMASK) & \
313 ~DMSG_ALIGNMASK)
316 DMSG_ALIGNMASK) / \
/dragonfly/lib/libdmsg/
H A Dcrypto.c735 assert((p_len & DMSG_ALIGNMASK) == 0); in dmsg_crypto_encrypt()