Home
last modified time | relevance | path

Searched refs:hmac_hashfunc (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/utils/
Dtest_utils.py85 def hmac_hashfunc(cls, msg): function
91 hashfunc = hmac_hashfunc
101 hmac_hashfunc = lambda msg: hmac.new(b'mysecretkey', msg) function
103 password = Password(hashfunc=hmac_hashfunc)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_password.py37 def hmac_hashfunc(self): member in PasswordPropertyTest