Lines Matching refs:__throw_system_error
45 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
59 __throw_system_error(errno, "random_device getentropy failed"); in operator ()()
68 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
87 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
105 __throw_system_error(ENODATA, "random_device got EOF");
109 __throw_system_error(errno, "random_device got an unexpected error");
123 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
126 __throw_system_error(error, ("random device failed to open " + __token).c_str());
141 __throw_system_error(error, "random_device failed getting bytes");
152 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
165 __throw_system_error(err, "random_device rand_s failed.");