Home | History | Annotate | Download | only in rng

Lines Matching defs:status

55   err_status_t status;
64 status = random_source((uint8_t *)&tmp_key, 16);
65 if (status)
66 return status;
72 status = x917_prng.rand((uint8_t *)&x917_prng.state, 16);
73 if (status)
74 return status;
84 err_status_t status;
92 status = x917_prng_init(x917_prng.rand);
93 if (status)
94 return status;