Home
last modified time | relevance | path

Searched defs:via_padlock_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x86/include/
H A Dvia_padlock.h55 struct via_padlock_softc { struct
56 device_t sc_dev;
58 uint32_t op_cw[4]; /* 128 bit aligned */
59 uint8_t op_iv[16]; /* 128 bit aligned */
60 void *op_buf;
63 int32_t sc_cid;
64 bool sc_cid_attached;
65 int sc_nsessions;
66 struct via_padlock_session *sc_sessions;