MCPcopy Create free account
hub / github.com/prometheus/procfs / Crypto

Struct Crypto

crypto.go:27–49  ·  view source on GitHub ↗

Crypto holds info parsed from /proc/crypto.

Source from the content-addressed store, hash-verified

25
26// Crypto holds info parsed from /proc/crypto.
27type Crypto struct {
28 Alignmask *uint64
29 Async bool
30 Blocksize *uint64
31 Chunksize *uint64
32 Ctxsize *uint64
33 Digestsize *uint64
34 Driver string
35 Geniv string
36 Internal string
37 Ivsize *uint64
38 Maxauthsize *uint64
39 MaxKeysize *uint64
40 MinKeysize *uint64
41 Module string
42 Name string
43 Priority *int64
44 Refcnt *int64
45 Seedsize *uint64
46 Selftest string
47 Type string
48 Walksize *uint64
49}
50
51var cryptoFile = "crypto"
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected