Home
last modified time | relevance | path

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

/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