Home
last modified time | relevance | path

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

/linux/crypto/
H A Dwp512.c779 static __no_kmsan_checks void wp512_process_buffer(struct wp512_ctx *wctx, in wp512_process_buffer() argument
790 state[0] = block[0] ^ (K[0] = wctx->hash[0]); in wp512_process_buffer()
791 state[1] = block[1] ^ (K[1] = wctx->hash[1]); in wp512_process_buffer()
792 state[2] = block[2] ^ (K[2] = wctx->hash[2]); in wp512_process_buffer()
793 state[3] = block[3] ^ (K[3] = wctx->hash[3]); in wp512_process_buffer()
794 state[4] = block[4] ^ (K[4] = wctx->hash[4]); in wp512_process_buffer()
795 state[5] = block[5] ^ (K[5] = wctx->hash[5]); in wp512_process_buffer()
796 state[6] = block[6] ^ (K[6] = wctx->hash[6]); in wp512_process_buffer()
797 state[7] = block[7] ^ (K[7] = wctx->hash[7]); in wp512_process_buffer()
975 wctx->hash[0] ^= state[0] ^ block[0]; in wp512_process_buffer()
[all …]