Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
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))
/linux-5.19.10/crypto/
Dnhpoly1305.c47 BUILD_BUG_ON(NH_PAIR_STRIDE != 2); in nh_generic()