Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dchacha20_glue.c20 #define CHACHA20_STATE_ALIGN 16 macro
69 u32 *state, state_buf[16 + (CHACHA20_STATE_ALIGN / sizeof(u32)) - 1]; in chacha20_simd()
76 state = (u32 *)roundup((uintptr_t)state_buf, CHACHA20_STATE_ALIGN); in chacha20_simd()