crypto/x509.ParseECPrivateKey
standard libraryThe 5260th most-called standard-library function by production calls. Called 144 times across 82 modules; 112 of those run outside tests and generated code.
- prod calls
- 112
- non-test, non-generated
- all calls
- 144
- total callsites
- modules
- 82
- distinct callers
- in loop
- 11%
- of prod calls
- in tests
- 22%
- 32 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into ParseECPrivateKey from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 8 7%
- Vault 7 6%
- HashiCorp 5 4%
- Go (golang.org/x) 3 3%
- Tailscale 3 3%
where it's called
Callsites in the wild
12 representative callsites of 144, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cloudflare/redoctober @v0.0.0-20260504155104-06fca39f75df
in loop - in loop
- in loop
-
osrg/gobgp/v3 @v3.37.0
in loop - in loop
- in loop
-
kubevirt.io/kubevirt @v1.9.0
pkg/certificates/triple/cert/pem.go:103
in loop - in loop
- in loop
-
k8s.io/client-go @v0.36.3
util/keyutil/key.go:171
in loop - in loop
-
k8s.io/kops @v1.36.1
pkg/pki/privatekey.go:199
in loop
top callers
The modules that reach for it
The modules that call ParseECPrivateKey most in this snapshot.
- github.com/hashicorp/boundary75%
- github.com/Venafi/vcert/v553%
- github.com/sagernet/tailscale53%
- github.com/tailscale/tailscale53%
- tailscale.com53%
siblings
More from crypto/x509
The other most-called functions in this package. See all →