Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
rand.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
fc
{
4
5
/* provides access to the OpenSSL random number generator */
6
void
rand_bytes
(
char
*
buf
,
int
count
);
7
void
rand_pseudo_bytes
(
char
*
buf
,
int
count
);
8
}
// namespace fc
count
int * count
Definition
gmock_stress_test.cc:177
fc
namespace sysio::chain
Definition
authority.cpp:3
fc::rand_bytes
void rand_bytes(char *buf, int count)
Definition
rand.cpp:9
fc::rand_pseudo_bytes
void rand_pseudo_bytes(char *buf, int count)
Definition
rand.cpp:16
buf
uint8_t buf[2048]
Definition
yubihsm_pkcs11.c:4770
libraries
fc
include
fc
crypto
rand.hpp
Generated by
1.12.0