Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dgfmult.h51 #define REQ_ALIGN (16 * 4) macro
57 uint32_t a[16] __aligned(REQ_ALIGN); /* bits 0 - 31 */
58 uint32_t b[16] __aligned(REQ_ALIGN); /* bits 63 - 32 */
59 uint32_t c[16] __aligned(REQ_ALIGN); /* bits 95 - 64 */
60 uint32_t d[16] __aligned(REQ_ALIGN); /* bits 127 - 96 */
61 } __aligned(REQ_ALIGN);