Lines Matching defs:session2_op
241 struct session2_op { struct
242 uint32_t cipher; /* ie. CRYPTO_AES_CBC */
243 uint32_t mac; /* ie. CRYPTO_SHA2_256_HMAC */
245 uint32_t keylen; /* cipher key */
246 const void *key;
247 int mackeylen; /* mac key */
248 const void *mackey;
250 uint32_t ses; /* returns: session # */
251 int crid; /* driver id + flags (rw) */
252 int ivlen; /* length of nonce/IV */
253 int maclen; /* length of MAC/tag */
254 int pad[2]; /* for future expansion */