Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Drandom.py48 from binascii import hexlify as _hexlify unknown
115 a = long(_hexlify(_urandom(2500)), 16)
677 a = long(_hexlify(_urandom(16)), 16)
817 return (long(_hexlify(_urandom(7)), 16) >> 3) * RECIP_BPF
826 x = long(_hexlify(_urandom(bytes)), 16)