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()91 chacha_zeroize_state(&permuted_state); in chacha_block_generic()109 struct chacha_state permuted_state = *state; in hchacha_block_generic() local111 chacha_permute(&permuted_state, nrounds); in hchacha_block_generic()113 memcpy(&out[0], &permuted_state.x[0], 16); in hchacha_block_generic()114 memcpy(&out[4], &permuted_state.x[12], 16); in hchacha_block_generic()116 chacha_zeroize_state(&permuted_state); in hchacha_block_generic()