Home
last modified time | relevance | path

Searched refs:vms_urandom (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c147 vms_urandom(unsigned char *buffer, Py_ssize_t size, int raise) in vms_urandom() function
366 return vms_urandom((unsigned char *)buffer, size, 1); in _PyOS_URandom()
424 vms_urandom((unsigned char *)secret, secret_size, 0); in _PyRandom_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c8563 vms_urandom(PyObject *self, PyObject *args) in vms_urandom() function
8979 {"urandom", vms_urandom, METH_VARARGS, vms_urandom__doc__},