func crypto/internal/boring.NewHMAC
2 uses
crypto/internal/boring (current package)
notboring.go#L49: func NewHMAC(h func() hash.Hash, key []byte) hash.Hash { panic("boringcrypto: not available") }
crypto/hmac
hmac.go#L41: hm := boring.NewHMAC(h, key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)