/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);
|