HomeSort by relevance Sort by last modified time
    Searched full:_strxor (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/tlslite/tlslite/utils/
hmac.py 9 def _strxor(s1, s2): function
51 self.outer.update(_strxor(key, opad))
52 self.inner.update(_strxor(key, ipad))

Completed in 28 milliseconds