Searched refs:shatest (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_hmac.py | 169 def shatest(key, data, digest): function 178 shatest(b"\x0b" * 20, 182 shatest(b"Jefe", 186 shatest(b"\xAA" * 20, 190 shatest(bytes(range(1, 26)), 194 shatest(b"\x0C" * 20, 198 shatest(b"\xAA" * 80, 202 shatest(b"\xAA" * 80,
|
Completed in 2 milliseconds