HomeSort by: relevance | last modified time | path
    Searched defs:state_copy (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
secretstream.c 9 crypto_secretstream_xchacha20poly1305_state state_copy; local in function:main
261 state_copy = *state;
267 assert(memcmp(state_copy.k, state->k, sizeof state->k) != 0);
268 assert(memcmp(state_copy.nonce, state->nonce, sizeof state->nonce) != 0);
secretstream.c 9 crypto_secretstream_xchacha20poly1305_state state_copy; local in function:main
261 state_copy = *state;
267 assert(memcmp(state_copy.k, state->k, sizeof state->k) != 0);
268 assert(memcmp(state_copy.nonce, state->nonce, sizeof state->nonce) != 0);
secretstream.c 9 crypto_secretstream_xchacha20poly1305_state state_copy; local in function:main
261 state_copy = *state;
267 assert(memcmp(state_copy.k, state->k, sizeof state->k) != 0);
268 assert(memcmp(state_copy.nonce, state->nonce, sizeof state->nonce) != 0);

Completed in 30 milliseconds