Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dnhpoly1305.c100 bytes = min_t(unsigned int, srclen, NH_MESSAGE_BYTES); in nhpoly1305_units()
102 state->nh_remaining = NH_MESSAGE_BYTES - bytes; in nhpoly1305_units()
109 pos = NH_MESSAGE_BYTES - state->nh_remaining; in nhpoly1305_units()
/Linux-v5.4/include/crypto/
Dnhpoly1305.h28 #define NH_MESSAGE_BYTES (NH_MESSAGE_WORDS * sizeof(u32)) macro