Home
last modified time | relevance | path

Searched defs:sha256Test (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/notsha256/
Dsha256_test.go17 type sha256Test struct { struct
18 out string
19 in string
20 unused string // marshal state, to keep table in sync with crypto/sha256
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/sha256/
Dsha256_test.go21 type sha256Test struct { struct
22 out string
23 in string
24 halfState string // marshaled hash state after first half of in written, used by TestGoldenMarshal