type github.com/prometheus/procfs.Crypto

5 uses

	github.com/prometheus/procfs (current package)
		crypto.go#L27: type Crypto struct {
		crypto.go#L54: func (fs FS) Crypto() ([]Crypto, error) {
		crypto.go#L66: func parseCrypto(cryptoData []byte) ([]Crypto, error) {
		crypto.go#L67: 	crypto := []Crypto{}
		crypto.go#L72: 		var newCryptoElem Crypto