Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c466 state->unprocessed_bits = 0; in EdonRInit()
474 state->unprocessed_bits = 0; in EdonRInit()
482 state->unprocessed_bits = 0; in EdonRInit()
490 state->unprocessed_bits = 0; in EdonRInit()
510 if (state->unprocessed_bits > 0) { in EdonRUpdate()
520 databitlen = state->unprocessed_bits; in EdonRUpdate()
531 state->unprocessed_bits = (int)databitlen; in EdonRUpdate()
545 if (state->unprocessed_bits > 0) { in EdonRUpdate()
555 databitlen = state->unprocessed_bits; in EdonRUpdate()
603 if (state->unprocessed_bits < 448) { in EdonRFinal()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dedonr.h80 int unprocessed_bits; member