func crypto/hmac.New
7 uses
crypto/hmac (current package)
hmac.go#L39: func New(h func() hash.Hash, key []byte) hash.Hash {
crypto/tls
cipher_suites.go#L433: return hmac.New(h, key)
cipher_suites.go#L439: return hmac.New(sha256.New, key)
key_schedule.go#L38: verifyData := hmac.New(c.hash.New, finishedKey)
prf.go#L31: h := hmac.New(hash, secret)
ticket.go#L341: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L376: mac := hmac.New(sha256.New, key.hmacKey[:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)