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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drandom.py48 from binascii import hexlify as _hexlify namespace
111 a = long(_hexlify(_urandom(16)), 16)
669 a = long(_hexlify(_urandom(16)), 16)
809 return (long(_hexlify(_urandom(7)), 16) >> 3) * RECIP_BPF
818 x = long(_hexlify(_urandom(bytes)), 16)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drandom.py48 from binascii import hexlify as _hexlify namespace
111 a = long(_hexlify(_urandom(16)), 16)
669 a = long(_hexlify(_urandom(16)), 16)
809 return (long(_hexlify(_urandom(7)), 16) >> 3) * RECIP_BPF
818 x = long(_hexlify(_urandom(bytes)), 16)

Completed in 152 milliseconds