Lines Matching refs:__throw_system_error
49 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
63 __throw_system_error(errno, "random_device getentropy failed"); in operator ()()
72 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
91 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
109 __throw_system_error(ENODATA, "random_device got EOF");
113 __throw_system_error(errno, "random_device got an unexpected error");
127 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
130 __throw_system_error(error, ("random device failed to open " + __token).c_str());
145 __throw_system_error(error, "random_device failed getting bytes");
156 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
169 __throw_system_error(err, "random_device rand_s failed.");