Searched refs:state_copy (Results 1 – 1 of 1) sorted by relevance
9 crypto_secretstream_xchacha20poly1305_state state_copy; in main() local261 state_copy = *state; in main()267 assert(memcmp(state_copy.k, state->k, sizeof state->k) != 0); in main()268 assert(memcmp(state_copy.nonce, state->nonce, sizeof state->nonce) != 0); in main()