Home
last modified time | relevance | path

Searched defs:randombytes (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dsntrup761_enc_fuzz.cc30 randombytes(unsigned char *ptr, size_t l) in randombytes() function
H A Dsntrup761_dec_fuzz.cc30 randombytes(unsigned char *ptr, size_t l) in randombytes() function
H A Dmkcorpus_sntrup761.c32 randombytes(unsigned char *ptr, size_t l) in randombytes() function
/freebsd/crypto/openssh/
H A Dcrypto_api.h27 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
/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