Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_password.py39 def hashfunc(msg): function
43 def test_model(self,hashfunc=None): argument
62 hashfunc = myhashfunc #hashlib.md5 #lambda cls,msg: hmac.new('mysecret',msg) variable in PasswordPropertyTest.test_custom_password_class.MyPassword
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/utils/
Dtest_utils.py78 hashfunc = hashlib.sha224 variable in TestPassword.test_custom_hashclass.SHA224Password
91 hashfunc = hmac_hashfunc variable in TestPassword.test_hmac.HMACPassword
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dutils.py764 hashfunc = _hashfn variable in Password
766 def __init__(self, str=None, hashfunc=None): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dproperty.py204 validator=None, choices=None, unique=False, hashfunc=None): argument