Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dhmac.py60 self._init_hmac(key, msg, digestmod)
66 def _init_hmac(self, key, msg, digestmod): member in HMAC
/third_party/python/Lib/test/
H A Dtest_hmac.py120 h._init_hmac(key, data, digestmod=hashname)
513 h1._init_hmac(b"key", b"msg", digestmod="sha256")

Completed in 2 milliseconds