Home
last modified time | relevance | path

Searched refs:urandom_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dbootstrap_hash.c295 } urandom_cache = { -1 }; variable
334 if (urandom_cache.fd >= 0) { in dev_urandom()
336 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom()
341 || st.st_dev != urandom_cache.st_dev in dev_urandom()
342 || st.st_ino != urandom_cache.st_ino) { in dev_urandom()
346 urandom_cache.fd = -1; in dev_urandom()
349 if (urandom_cache.fd >= 0) in dev_urandom()
350 fd = urandom_cache.fd; in dev_urandom()
362 if (urandom_cache.fd >= 0) { in dev_urandom()
366 fd = urandom_cache.fd; in dev_urandom()
[all …]
/third_party/python/Tools/c-analyzer/
DTODO68 …thon/bootstrap_hash.c:urandom_cache static struct { int fd; dev_t st_de…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2920 Python/bootstrap_hash.c - urandom_cache -