Searched refs:NH_MESSAGE_BYTES (Results 1 – 2 of 2) sorted by relevance
101 bytes = min_t(unsigned int, srclen, NH_MESSAGE_BYTES); in nhpoly1305_units()103 state->nh_remaining = NH_MESSAGE_BYTES - bytes; in nhpoly1305_units()110 pos = NH_MESSAGE_BYTES - state->nh_remaining; in nhpoly1305_units()
28 #define NH_MESSAGE_BYTES (NH_MESSAGE_WORDS * sizeof(u32)) macro