Home | History | Annotate | Download | only in test

Lines Matching refs:digestmod

26             h = hmac.HMAC(key, data, digestmod=hashlib.md5)
33 h = hmac.HMAC(key, data, digestmod='md5')
81 h = hmac.HMAC(key, data, digestmod=hashlib.sha1)
88 h = hmac.HMAC(key, data, digestmod='sha1')
133 h = hmac.HMAC(key, data, digestmod=hashfunc)
139 h = hmac.HMAC(key, data, digestmod=hash_name)
297 hmac.HMAC(b'a', b'b', digestmod=MockCrazyHash)
302 hmac.HMAC(b'a', b'b', digestmod=MockCrazyHash)
351 digestmod="md5")
358 h = hmac.HMAC(b"key", memoryview(b"hash this!"), digestmod="md5")
383 h = hmac.HMAC(b"my secret key", digestmod="md5")
395 h1 = hmac.HMAC(b"key", digestmod="md5")
406 h1 = hmac.HMAC(b"key", digestmod="md5")
417 h1 = hmac.HMAC(b"key", digestmod="md5")