Searched refs:XOR_BUF (Results 1 – 2 of 2) sorted by relevance
161 XOR_BUF(STATE_INONCE(state), mac, in crypto_secretstream_xchacha20poly1305_push()241 XOR_BUF(STATE_INONCE(state), mac, in crypto_secretstream_xchacha20poly1305_pull()
188 #define XOR_BUF(OUT, IN, N) xor_buf((OUT), (IN), (N)) macro