Home
last modified time | relevance | path

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

/dragonfly/sys/opencrypto/
H A Dcryptodev.h183 struct session2_op { struct
184 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */
185 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */
187 u_int32_t keylen; /* cipher key */
188 caddr_t key;
189 int mackeylen; /* mac key */
190 caddr_t mackey;
192 u_int32_t ses; /* returns: session # */
193 int crid; /* driver id + flags (rw) */
194 int pad[4]; /* for future expansion */