Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/opencrypto/
Dcryptodev.h248 struct session2_op { struct
249 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */
250 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */
252 u_int32_t keylen; /* cipher key */
253 c_caddr_t key;
254 int mackeylen; /* mac key */
255 c_caddr_t mackey;
257 u_int32_t ses; /* returns: session # */
258 int crid; /* driver id + flags (rw) */
259 int pad[4]; /* for future expansion */