Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/signify/
H A Dcrypto_api.h17 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
/openbsd-src/sbin/iked/
H A Dcrypto_api.h22 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
/openbsd-src/usr.bin/ssh/
H A Dcrypto_api.h23 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro