Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h235 struct session2_op { struct
236 uint32_t cipher; /* ie. CRYPTO_AES_CBC */
237 uint32_t mac; /* ie. CRYPTO_SHA2_256_HMAC */
239 uint32_t keylen; /* cipher key */
240 const void *key;
241 int mackeylen; /* mac key */
242 const void *mackey;
244 uint32_t ses; /* returns: session # */
245 int crid; /* driver id + flags (rw) */
246 int pad[4]; /* for future expansion */