Home
last modified time | relevance | path

Searched refs:randombytes (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Drandombytes.c14 randombytes(x, sizeof x); in compat_tests()
51 randombytes(x, 1U); in randombytes_tests()
114 randombytes(x, 1U); in randombytes_tests()
H A DMakefile.am50 randombytes.exp \
125 randombytes.res \
201 randombytes.final \
272 randombytes.nexe \
/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am90 randombytes/randombytes.c \
204 randombytes/salsa20/randombytes_salsa20_random.c
212 randombytes/nativeclient/randombytes_nativeclient.c
215 randombytes/sysrandom/randombytes_sysrandom.c
/freebsd/crypto/openssh/
H A Dcrypto_api.h27 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
H A Dsntrup761.c705 randombytes(c,4); in urandom32()
868 randombytes(s,Seeds_bytes); in Seeds_random()
1103 randombytes(s,sizeof s); in Inputs_random()
1199 randombytes(sk,Inputs_bytes); sk += Inputs_bytes; in KEM_KeyGen()
H A Dxmss_fast.c531 randombytes(sk+4, 3*n); in xmss_keypair()
760 randombytes(sk+params->index_len, 3*n); in xmssmt_keypair()
H A Ded25519.c1919 randombytes(sk,32); in crypto_sign_ed25519_keypair()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Drandombytes.h62 void randombytes(unsigned char * const buf, const unsigned long long buf_len);
/freebsd/sys/modules/crypto/
H A DMakefile90 SRCS += randombytes.c
91 CFLAGS.randombytes.c += -I${LIBSODIUM_INC} -I${LIBSODIUM_COMPAT}
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am57 sodium/randombytes.h \
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c202 randombytes(unsigned char * const buf, const unsigned long long buf_len) in randombytes() function
/freebsd/sys/contrib/libsodium/
H A D.gitignore127 test/default/randombytes
H A DChangeLog290 randombytes() implementation any more. Other minor Emscripten-related
292 - Custom randombytes implementations do not need to provide their own
/freebsd/sys/conf/
H A Dfiles5111 crypto/libsodium/randombytes.c optional crypto \