Searched refs:seed_version_out (Results 1 – 2 of 2) sorted by relevance
143 _fxrng_alg_read(uint8_t *output, size_t nbytes, uint64_t *seed_version_out) in _fxrng_alg_read() argument249 if (seed_version_out != NULL) in _fxrng_alg_read()250 *seed_version_out = rng->brng_generation; in _fxrng_alg_read()266 read_random_key(void *output, size_t nbytes, uint64_t *seed_version_out) in read_random_key() argument272 _fxrng_alg_read(output, nbytes, seed_version_out); in read_random_key()
51 void read_random_key(void *buf, size_t nbytes, uint64_t *seed_version_out);