Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dnhpoly1305.c101 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()
/openbmc/linux/include/crypto/
H A Dnhpoly1305.h28 #define NH_MESSAGE_BYTES (NH_MESSAGE_WORDS * sizeof(u32)) macro