Searched refs:crypto_stream_xsalsa20 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c33 return crypto_stream_xsalsa20(c, clen, n, k);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h36 int crypto_stream_xsalsa20(unsigned char *c, unsigned long long clen,
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/
H A Dsecretbox_xsalsa20poly1305.c3 #include "crypto_stream_xsalsa20.h"
37 crypto_stream_xsalsa20(subkey, 32, n, k);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c3 #include "crypto_stream_xsalsa20.h"
8 crypto_stream_xsalsa20(unsigned char *c, unsigned long long clen, function
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am53 sodium/crypto_stream_xsalsa20.h \

Completed in 60 milliseconds