Home | History | Annotate | Download | only in sha512

Lines Matching refs:testHash

657 func testHash(t *testing.T, name, in, outHex string, oneShotResult []byte, digestFunc hash.Hash) {
714 testHash(t, tt.name, test.in, test.out, tt.oneShotHash(in), tt.digest)