Home | History | Annotate | Download | only in sodium

Lines Matching defs:CRYPTO_ALIGN

42 #ifndef CRYPTO_ALIGN
44 # define CRYPTO_ALIGN(x) __declspec(align(x))
46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
95 #ifndef CRYPTO_ALIGN
97 # define CRYPTO_ALIGN(x) __declspec(align(x))
99 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
148 #ifndef CRYPTO_ALIGN
150 # define CRYPTO_ALIGN(x) __declspec(align(x))
152 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
201 #ifndef CRYPTO_ALIGN
203 # define CRYPTO_ALIGN(x) __declspec(align(x))
205 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))