NH_MESSAGE_BYTES 100 crypto/nhpoly1305.c bytes = min_t(unsigned int, srclen, NH_MESSAGE_BYTES); NH_MESSAGE_BYTES 102 crypto/nhpoly1305.c state->nh_remaining = NH_MESSAGE_BYTES - bytes; NH_MESSAGE_BYTES 109 crypto/nhpoly1305.c pos = NH_MESSAGE_BYTES - state->nh_remaining;