Searched defs:via_padlock_softc (Results 1 – 1 of 1) sorted by relevance
55 struct via_padlock_softc { struct56 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;