func github.com/prometheus/procfs.parseCrypto

2 uses

	github.com/prometheus/procfs (current package)
		crypto.go#L59: 	crypto, err := parseCrypto(data)
		crypto.go#L66: func parseCrypto(cryptoData []byte) ([]Crypto, error) {