NH_PAIR_STRIDE     46 crypto/nhpoly1305.c 	BUILD_BUG_ON(NH_PAIR_STRIDE != 2);
NH_PAIR_STRIDE     19 include/crypto/nhpoly1305.h #define NH_MESSAGE_UNIT		(NH_PAIR_STRIDE * 2 * sizeof(u32))
NH_PAIR_STRIDE     27 include/crypto/nhpoly1305.h #define NH_MESSAGE_WORDS	(NH_PAIR_STRIDE * 2 * NH_NUM_STRIDES)
NH_PAIR_STRIDE     30 include/crypto/nhpoly1305.h 				 NH_PAIR_STRIDE * 2 * (NH_NUM_PASSES - 1))