Home
last modified time | relevance | path

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

/src/sys/opencrypto/
H A Dgfmult.h48 #define REQ_ALIGN (16 * 4) macro
54 uint32_t a[16] __aligned(REQ_ALIGN); /* bits 0 - 31 */
55 uint32_t b[16] __aligned(REQ_ALIGN); /* bits 63 - 32 */
56 uint32_t c[16] __aligned(REQ_ALIGN); /* bits 95 - 64 */
57 uint32_t d[16] __aligned(REQ_ALIGN); /* bits 127 - 96 */
58 } __aligned(REQ_ALIGN);