Home
last modified time | relevance | path

Searched defs:digest_cons (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dhmac.py100 def digest_cons(self): member in HMAC
189 digest_cons = lambda d=b'': _hashlib.new(digest, d) function
191 digest_cons = lambda d=b'': digest.new(d) function