crypto/internal/fips140/hmac.HMAC.Write (method, view implemented interface methods)

30 uses

	crypto/internal/fips140/hmac (current package)
		cast.go#L27: 		h.Write(input)
		cast.go#L28: 		h.Write(input)
		hmac.go#L72: func (h *HMAC) Write(p []byte) (n int, err error) {

	crypto/internal/fips140/ecdsa
		hmacdrbg.go#L71: 	h.Write(d.V)
		hmacdrbg.go#L72: 	h.Write([]byte{0x00})
		hmacdrbg.go#L73: 	h.Write(entropy)
		hmacdrbg.go#L74: 	h.Write(nonce)
		hmacdrbg.go#L77: 		h.Write(s)
		hmacdrbg.go#L82: 			h.Write(b)
		hmacdrbg.go#L89: 	h.Write(d.V)
		hmacdrbg.go#L93: 	h.Write(d.V)
		hmacdrbg.go#L94: 	h.Write([]byte{0x01})
		hmacdrbg.go#L95: 	h.Write(entropy)
		hmacdrbg.go#L96: 	h.Write(nonce)
		hmacdrbg.go#L99: 		h.Write(s)
		hmacdrbg.go#L104: 			h.Write(b)
		hmacdrbg.go#L111: 	h.Write(d.V)
		hmacdrbg.go#L131: 		h.Write(make([]byte, blockSize-rem))
		hmacdrbg.go#L153: 		d.hK.Write(d.V)
		hmacdrbg.go#L165: 	d.hK.Write(d.V)
		hmacdrbg.go#L166: 	d.hK.Write([]byte{0x00})
		hmacdrbg.go#L170: 	d.hK.Write(d.V)

	crypto/internal/fips140/hkdf
		hkdf.go#L21: 	extractor.Write(secret)
		hkdf.go#L41: 		expander.Write(buf)
		hkdf.go#L42: 		expander.Write([]byte(info))
		hkdf.go#L43: 		expander.Write([]byte{counter})

	crypto/internal/fips140/tls12
		tls12.go#L29: 	h.Write(seed)
		tls12.go#L34: 		h.Write(a)
		tls12.go#L35: 		h.Write(seed)
		tls12.go#L41: 		h.Write(a)