Searched refs:OS_RNG_Err (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dosrng.cpp32 OS_RNG_Err::OS_RNG_Err(const std::string &operation) function in class:OS_RNG_Err
51 throw OS_RNG_Err("CryptAcquireContext");
66 throw OS_RNG_Err("open /dev/urandom");
84 throw OS_RNG_Err("CryptGenRandom");
87 throw OS_RNG_Err("read /dev/urandom");
109 throw OS_RNG_Err("open " CRYPTOPP_BLOCKING_RNG_FILENAME);
125 throw OS_RNG_Err("read " CRYPTOPP_BLOCKING_RNG_FILENAME);
H A Dosrng.h17 class CRYPTOPP_DLL OS_RNG_Err : public Exception class in inherits:Exception
20 OS_RNG_Err(const std::string &operation);
H A Dvalidat1.cpp271 catch (OS_RNG_Err &) {}
349 catch (OS_RNG_Err &) {}

Completed in 62 milliseconds