Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dnhpoly1305.c98 if (state->nh_remaining == 0) { 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()
110 bytes = min(srclen, state->nh_remaining); in nhpoly1305_units()
115 state->nh_remaining -= bytes; in nhpoly1305_units()
117 if (state->nh_remaining == 0) in nhpoly1305_units()
149 state->nh_remaining = 0; in crypto_nhpoly1305_init()
209 if (state->nh_remaining) in crypto_nhpoly1305_final_helper()
/Linux-v5.4/include/crypto/
Dnhpoly1305.h53 unsigned int nh_remaining; member