Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c30 #define POLYVAL_ALIGN 16 macro
31 #define POLYVAL_ALIGN_ATTR __aligned(POLYVAL_ALIGN)
32 #define POLYVAL_ALIGN_EXTRA ((POLYVAL_ALIGN - 1) & ~(CRYPTO_MINALIGN - 1))
54 return PTR_ALIGN(crypto_shash_ctx(tfm), POLYVAL_ALIGN); in polyval_tfm_ctx()