Home
last modified time | relevance | path

Searched refs:RAND_bytes (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/lib/libcrypto/rand/
Drand_lib.c87 RAND_bytes(unsigned char *buf, int num) in RAND_bytes() function
93 LCRYPTO_ALIAS(RAND_bytes);
Drand.h89 int RAND_bytes(unsigned char *buf, int num);
/openbsd/src/lib/libkeynote/
Dkeynote-keygen.c177 RAND_bytes(seed, SEED_LEN); in keynote_keygen()
/openbsd/src/lib/libcrypto/man/
DMakefile267 RAND_bytes.3 \
/openbsd/src/usr.sbin/unbound/testcode/
Dstreamtcp.c409 if (RAND_bytes((unsigned char*)&r, (int)sizeof(r)) == 1) { in get_random()
/openbsd/src/sbin/unwind/libunbound/util/
Dnet_help.c1750 if (RAND_bytes(iv, evp_cipher_length) != 1) { in tls_session_ticket_key_cb()
/openbsd/src/usr.sbin/unbound/util/
Dnet_help.c1750 if (RAND_bytes(iv, evp_cipher_length) != 1) { in tls_session_ticket_key_cb()
/openbsd/src/usr.sbin/nsd/
Dnsd.c1273 || !RAND_bytes(nsd.cookie_secrets[j].cookie_secret, cookie_secret_len)) in main()
Dserver.c1506 if(RAND_status() && RAND_bytes((unsigned char*)&v, sizeof(v)) > 0) in server_prepare()
/openbsd/src/lib/libcrypto/
DSymbols.list1929 RAND_bytes
/openbsd/src/distrib/sets/lists/comp/
Dmi2030 ./usr/share/man/man3/RAND_bytes.3