Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dsecretstream.c9 crypto_secretstream_xchacha20poly1305_state state_copy; in main() local
261 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()