HomeSort by relevance Sort by last modified time
    Searched refs:trans_5C (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
hmac.py 8 trans_5C = "".join ([chr (x ^ 0x5C) for x in xrange(256)])
72 self.outer.update(key.translate(trans_5C))
  /external/python/cpython2/Lib/
hmac.py 11 trans_5C = "".join ([chr (x ^ 0x5C) for x in xrange(256)])
75 self.outer.update(key.translate(trans_5C))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
hmac.py 8 trans_5C = "".join ([chr (x ^ 0x5C) for x in xrange(256)])
72 self.outer.update(key.translate(trans_5C))
  /prebuilts/gdb/linux-x86/lib/python2.7/
hmac.py 8 trans_5C = "".join ([chr (x ^ 0x5C) for x in xrange(256)])
72 self.outer.update(key.translate(trans_5C))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hmac.py 8 trans_5C = "".join ([chr (x ^ 0x5C) for x in xrange(256)])
72 self.outer.update(key.translate(trans_5C))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hmac.py 8 trans_5C = "".join ([chr (x ^ 0x5C) for x in xrange(256)])
72 self.outer.update(key.translate(trans_5C))
  /external/python/cpython3/Lib/
hmac.py 10 trans_5C = bytes((x ^ 0x5C) for x in range(256))
81 self.outer.update(key.translate(trans_5C))

Completed in 531 milliseconds