Lines Matching refs:ret
117 int ret = 0;
121 ret = -ENOMEM;
124 return ret;
143 int ret = 0;
149 ret = -EFAULT;
153 ret = jent_read_entropy(rng->entropy_collector, rdata, dlen);
156 if (ret < -1) {
158 (ret == -2) ? "Repetition Count Test" :
163 ret = -EAGAIN;
168 if (ret == -1)
169 ret = -EINVAL;
175 return ret;
202 int ret = 0;
204 ret = jent_entropy_init();
205 if (ret) {
206 pr_info("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret);