Searched refs:shatest (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
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,
|
/third_party/openssl/ |
D | .gitignore | 130 /test/shatest.c
|