Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dwp512.c775 static void wp512_process_buffer(struct wp512_ctx *wctx) { in wp512_process_buffer() argument
781 u8 *buffer = wctx->buffer; in wp512_process_buffer()
795 state[0] = block[0] ^ (K[0] = wctx->hash[0]); in wp512_process_buffer()
796 state[1] = block[1] ^ (K[1] = wctx->hash[1]); in wp512_process_buffer()
797 state[2] = block[2] ^ (K[2] = wctx->hash[2]); in wp512_process_buffer()
798 state[3] = block[3] ^ (K[3] = wctx->hash[3]); in wp512_process_buffer()
799 state[4] = block[4] ^ (K[4] = wctx->hash[4]); in wp512_process_buffer()
800 state[5] = block[5] ^ (K[5] = wctx->hash[5]); in wp512_process_buffer()
801 state[6] = block[6] ^ (K[6] = wctx->hash[6]); in wp512_process_buffer()
802 state[7] = block[7] ^ (K[7] = wctx->hash[7]); in wp512_process_buffer()
[all …]