Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dwp512.c993 memset(wctx->bitLength, 0, 32); in wp512_init()
994 wctx->bufferBits = wctx->bufferPos = 0; in wp512_init()
995 wctx->buffer[0] = 0; in wp512_init()
997 wctx->hash[i] = 0L; in wp512_init()
1031 wp512_process_buffer(wctx); in wp512_update()
1052 wp512_process_buffer(wctx); in wp512_update()
1060 wctx->bufferPos = bufferPos; in wp512_update()
1069 u8 *buffer = wctx->buffer; in wp512_final()
1080 wp512_process_buffer(wctx); in wp512_final()
1089 wp512_process_buffer(wctx); in wp512_final()
[all …]