OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:state_copy
(Results
1 - 1
of
1
) 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);
Completed in 11 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025