Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dnhpoly1305.h18 #define NH_PAIR_STRIDE 2 macro
19 #define NH_MESSAGE_UNIT (NH_PAIR_STRIDE * 2 * sizeof(u32))
27 #define NH_MESSAGE_WORDS (NH_PAIR_STRIDE * 2 * NH_NUM_STRIDES)
30 NH_PAIR_STRIDE * 2 * (NH_NUM_PASSES - 1))
/openbmc/linux/crypto/
H A Dnhpoly1305.c47 BUILD_BUG_ON(NH_PAIR_STRIDE != 2); in nh_generic()