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

/external/python/cpython2/Lib/
H A Drandom.py48 from binascii import hexlify as _hexlify namespace
113 a = long(_hexlify(_urandom(2500)), 16)
675 a = long(_hexlify(_urandom(16)), 16)
815 return (long(_hexlify(_urandom(7)), 16) >> 3) * RECIP_BPF
824 x = long(_hexlify(_urandom(bytes)), 16)

Completed in 92 milliseconds