Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c21 #define STATE_INONCE(STATE) ((STATE)->nonce + \ macro
60 memcpy(STATE_INONCE(state), out + crypto_core_hchacha20_INPUTBYTES, in crypto_secretstream_xchacha20poly1305_init_push()
75 memcpy(STATE_INONCE(state), in + crypto_core_hchacha20_INPUTBYTES, in crypto_secretstream_xchacha20poly1305_init_pull()
95 STATE_INONCE(state)[i]; in crypto_secretstream_xchacha20poly1305_rekey()
104 STATE_INONCE(state)[i] = in crypto_secretstream_xchacha20poly1305_rekey()
161 XOR_BUF(STATE_INONCE(state), mac, in crypto_secretstream_xchacha20poly1305_push()
241 XOR_BUF(STATE_INONCE(state), mac, in crypto_secretstream_xchacha20poly1305_pull()