Home
last modified time | relevance | path

Searched refs:NH_MESSAGE_BYTES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/crypto/
H A Dnhpoly1305.h28 #define NH_MESSAGE_BYTES (NH_MESSAGE_WORDS * sizeof(u32)) macro
51 * NH_MESSAGE_BYTES. When nonzero, 'nh_hash' holds the partial NH hash.
/kernel/linux/linux-6.6/include/crypto/
H A Dnhpoly1305.h28 #define NH_MESSAGE_BYTES (NH_MESSAGE_WORDS * sizeof(u32)) macro
51 * NH_MESSAGE_BYTES. When nonzero, 'nh_hash' holds the partial NH hash.

Completed in 2 milliseconds