Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dnhpoly1305.c99 if (state->nh_remaining == 0) { 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()
111 bytes = min(srclen, state->nh_remaining); in nhpoly1305_units()
116 state->nh_remaining -= bytes; in nhpoly1305_units()
118 if (state->nh_remaining == 0) in nhpoly1305_units()
150 state->nh_remaining = 0; in crypto_nhpoly1305_init()
210 if (state->nh_remaining) in crypto_nhpoly1305_final_helper()
/linux-6.1.9/include/crypto/
Dnhpoly1305.h53 unsigned int nh_remaining; member