func crypto/internal/hpke.ParseHPKEPrivateKey
2 uses
crypto/internal/hpke (current package)
hpke.go#L307: func ParseHPKEPrivateKey(kemID uint16, bytes []byte) (*ecdh.PrivateKey, error) {
crypto/tls
ech.go#L599: echPriv, err := hpke.ParseHPKEPrivateKey(config.KemID, echKey.PrivateKey)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)