NH_MESSAGE_UNIT 63 crypto/nhpoly1305.c key += NH_MESSAGE_UNIT / sizeof(key[0]); NH_MESSAGE_UNIT 64 crypto/nhpoly1305.c message += NH_MESSAGE_UNIT; NH_MESSAGE_UNIT 65 crypto/nhpoly1305.c message_len -= NH_MESSAGE_UNIT; NH_MESSAGE_UNIT 163 crypto/nhpoly1305.c bytes = min(srclen, (int)NH_MESSAGE_UNIT - state->buflen); NH_MESSAGE_UNIT 166 crypto/nhpoly1305.c if (state->buflen < NH_MESSAGE_UNIT) NH_MESSAGE_UNIT 168 crypto/nhpoly1305.c nhpoly1305_units(state, key, state->buffer, NH_MESSAGE_UNIT, NH_MESSAGE_UNIT 175 crypto/nhpoly1305.c if (srclen >= NH_MESSAGE_UNIT) { NH_MESSAGE_UNIT 176 crypto/nhpoly1305.c bytes = round_down(srclen, NH_MESSAGE_UNIT); NH_MESSAGE_UNIT 204 crypto/nhpoly1305.c NH_MESSAGE_UNIT - state->buflen); NH_MESSAGE_UNIT 205 crypto/nhpoly1305.c nhpoly1305_units(state, key, state->buffer, NH_MESSAGE_UNIT, NH_MESSAGE_UNIT 46 include/crypto/nhpoly1305.h u8 buffer[NH_MESSAGE_UNIT];