Searched refs:randombytes (Results 1 – 17 of 17) sorted by relevance
| /freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | sntrup761_enc_fuzz.cc | 16 #undef randombytes 21 void randombytes(unsigned char *ptr, size_t l); 30 randombytes(unsigned char *ptr, size_t l) in randombytes() function
|
| H A D | sntrup761_dec_fuzz.cc | 16 #undef randombytes 21 void randombytes(unsigned char *ptr, size_t l); 30 randombytes(unsigned char *ptr, size_t l) in randombytes() function
|
| H A D | mkcorpus_sntrup761.c | 19 #undef randombytes 21 void randombytes(unsigned char *ptr, size_t l); 32 randombytes(unsigned char *ptr, size_t l) in randombytes() function
|
| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | randombytes.c | 14 randombytes(x, sizeof x); in compat_tests() 51 randombytes(x, 1U); in randombytes_tests() 114 randombytes(x, 1U); in randombytes_tests()
|
| H A D | Makefile.am | 50 randombytes.exp \ 125 randombytes.res \ 201 randombytes.final \ 272 randombytes.nexe \
|
| /freebsd/sys/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 90 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 D | crypto_api.h | 27 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
|
| H A D | xmss_fast.c | 531 randombytes(sk+4, 3*n); in xmss_keypair() 760 randombytes(sk+params->index_len, 3*n); in xmssmt_keypair()
|
| H A D | sntrup761.c | 1968 randombytes(c, 4); in urandom32() 2116 randombytes(sk, Small_bytes); in crypto_kem_sntrup761_keypair()
|
| H A D | ed25519.c | 1919 randombytes(sk,32); in crypto_sign_ed25519_keypair()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | randombytes.h | 62 void randombytes(unsigned char * const buf, const unsigned long long buf_len);
|
| /freebsd/sys/modules/crypto/ |
| H A D | Makefile | 90 SRCS += randombytes.c 91 CFLAGS.randombytes.c += -I${LIBSODIUM_INC} -I${LIBSODIUM_COMPAT}
|
| /freebsd/sys/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 57 sodium/randombytes.h \
|
| /freebsd/sys/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 202 randombytes(unsigned char * const buf, const unsigned long long buf_len) in randombytes() function
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | .gitignore | 127 test/default/randombytes
|
| H A D | ChangeLog | 290 randombytes() implementation any more. Other minor Emscripten-related 292 - Custom randombytes implementations do not need to provide their own
|
| /freebsd/sys/conf/ |
| H A D | files | 5181 crypto/libsodium/randombytes.c optional crypto \
|