Searched refs:crypto_stream_xchacha20_xor_ic (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | xchacha20.c | 130 crypto_stream_xchacha20_xor_ic(out2, out, out_len, nonce, 0, key); in tv_stream_xchacha20() 132 crypto_stream_xchacha20_xor_ic(out2, out, out_len, nonce, 1, key); in tv_stream_xchacha20() 142 crypto_stream_xchacha20_xor_ic(out2, out2, 0, nonce, 1, key); in tv_stream_xchacha20() 151 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, 1, key); in tv_stream_xchacha20() 161 crypto_stream_xchacha20_xor_ic(out2, out2, 192, nonce, in tv_stream_xchacha20() 163 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, in tv_stream_xchacha20() 165 crypto_stream_xchacha20_xor_ic(out + 64, out + 64, 64, nonce, in tv_stream_xchacha20() 167 crypto_stream_xchacha20_xor_ic(out + 128, out + 128, 64, nonce, in tv_stream_xchacha20()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/ |
| H A D | stream_xchacha20.c | 45 crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor_ic() function 61 return crypto_stream_xchacha20_xor_ic(c, m, mlen, n, 0U, k); in crypto_stream_xchacha20_xor()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_stream_xchacha20.h | 45 int crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m,
|