crypto/internal/fips140/sha256.Digest.Write (method, view implemented interface methods)

4 uses

	crypto/internal/fips140/sha256 (current package)
		cast.go#L26: 		h.Write(input)
		sha256.go#L161: func (d *Digest) Write(p []byte) (nn int, err error) {
		sha256.go#L211: 	d.Write(padlen)

	crypto/internal/fips140/tls13
		cast.go#L31: 		transcript.Write(input)