HomeSort by: relevance | last modified time | path
    Searched refs:XOR_BUF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 161 XOR_BUF(STATE_INONCE(state), mac,
241 XOR_BUF(STATE_INONCE(state), mac,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h 188 #define XOR_BUF(OUT, IN, N) xor_buf((OUT), (IN), (N))
190 xor_buf(unsigned char *out, const unsigned char *in, size_t n) function in typeref:typename:void

Completed in 20 milliseconds