Home
last modified time | relevance | path

Searched defs:RNGImpl (Results 1 – 5 of 5) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/test/loadgen/
H A DRNG.cpp37 struct RNGImpl { struct
38 RNGImpl() : rng(), rngWrapper(&rng) { in RNGImpl() function
44 boost::mt19937 rng;
55 RNG rngWrapper;
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/
H A DRNG.h39 struct RNGImpl struct
41 enum Type
/dports/net/kea/kea-2.0.1/src/lib/cryptolink/
H A Dopenssl_link.cc29 class RNGImpl : public RNG { class
31 RNGImpl() { } in RNGImpl() function in isc::cryptolink::RNGImpl
H A Dbotan_link.cc31 class RNGImpl : public RNG { class
33 RNGImpl() { in RNGImpl() function in isc::cryptolink::RNGImpl
H A Dcryptolink.h93 class RNGImpl; variable