Searched refs:permuted_state (Results 1 – 1 of 1) sorted by relevance
80 struct chacha_state permuted_state = *state; in chacha_block_generic() local83 chacha_permute(&permuted_state, nrounds); in chacha_block_generic()86 put_unaligned_le32(permuted_state.x[i] + state->x[i], in chacha_block_generic()107 struct chacha_state permuted_state = *state; in hchacha_block_generic() local109 chacha_permute(&permuted_state, nrounds); in hchacha_block_generic()111 memcpy(&out[0], &permuted_state.x[0], 16); in hchacha_block_generic()112 memcpy(&out[4], &permuted_state.x[12], 16); in hchacha_block_generic()