Searched refs:randombytes (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/signify/
H A Dcrypto_api.h17 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
H A Dmod_ed25519.c35 randombytes(sk, 32);
/openbsd-current/sbin/iked/
H A Dcrypto_api.h22 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
H A Dsntrup761.c701 randombytes(c,4);
864 randombytes(s,Seeds_bytes);
1099 randombytes(s,sizeof s);
1195 randombytes(sk,Inputs_bytes); sk += Inputs_bytes;
/openbsd-current/usr.bin/ssh/
H A Dcrypto_api.h23 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) macro
H A Dsntrup761.c701 randombytes(c,4);
864 randombytes(s,Seeds_bytes);
1099 randombytes(s,sizeof s);
1195 randombytes(sk,Inputs_bytes); sk += Inputs_bytes;
H A Dxmss_fast.c526 randombytes(sk+4, 3*n);
755 randombytes(sk+params->index_len, 3*n);
H A Ded25519.c1917 randombytes(sk,32);

Completed in 151 milliseconds