Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c719 writeRandomBytes_dev_urandom(void * target, size_t count) { in writeRandomBytes_dev_urandom() function
870 if (writeRandomBytes_dev_urandom((void *)&entropy, sizeof(entropy))) { in generate_hash_secret_salt()
/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c778 writeRandomBytes_dev_urandom(void *target, size_t count) { in writeRandomBytes_dev_urandom() function
925 if (writeRandomBytes_dev_urandom((void *)&entropy, sizeof(entropy))) { in generate_hash_secret_salt()
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c826 writeRandomBytes_dev_urandom(void *target, size_t count) { in writeRandomBytes_dev_urandom() function
973 if (writeRandomBytes_dev_urandom((void *)&entropy, sizeof(entropy))) { in generate_hash_secret_salt()