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#L75: func (h *HMAC) Write(p []byte) (n int, err error) {
crypto/internal/fips140/ecdsa
hmacdrbg.go#L72: h.Write(d.V)
hmacdrbg.go#L73: h.Write([]byte{0x00})
hmacdrbg.go#L74: h.Write(entropy)
hmacdrbg.go#L75: h.Write(nonce)
hmacdrbg.go#L78: h.Write(s)
hmacdrbg.go#L83: h.Write(b)
hmacdrbg.go#L90: h.Write(d.V)
hmacdrbg.go#L94: h.Write(d.V)
hmacdrbg.go#L95: h.Write([]byte{0x01})
hmacdrbg.go#L96: h.Write(entropy)
hmacdrbg.go#L97: h.Write(nonce)
hmacdrbg.go#L100: h.Write(s)
hmacdrbg.go#L105: h.Write(b)
hmacdrbg.go#L112: h.Write(d.V)
hmacdrbg.go#L132: h.Write(make([]byte, blockSize-rem))
hmacdrbg.go#L154: d.hK.Write(d.V)
hmacdrbg.go#L166: d.hK.Write(d.V)
hmacdrbg.go#L167: d.hK.Write([]byte{0x00})
hmacdrbg.go#L171: d.hK.Write(d.V)
crypto/internal/fips140/hkdf
hkdf.go#L22: extractor.Write(secret)
hkdf.go#L42: expander.Write(buf)
hkdf.go#L43: expander.Write([]byte(info))
hkdf.go#L44: expander.Write([]byte{counter})
crypto/internal/fips140/tls12
tls12.go#L30: h.Write(seed)
tls12.go#L35: h.Write(a)
tls12.go#L36: h.Write(seed)
tls12.go#L42: h.Write(a)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)