Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c161 XOR_BUF(STATE_INONCE(state), mac, in crypto_secretstream_xchacha20poly1305_push()
241 XOR_BUF(STATE_INONCE(state), mac, in crypto_secretstream_xchacha20poly1305_pull()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h188 #define XOR_BUF(OUT, IN, N) xor_buf((OUT), (IN), (N)) macro