Searched defs:session2_op (Results 1 – 1 of 1) sorted by relevance
241 struct session2_op { struct242 uint32_t cipher; /* ie. CRYPTO_AES_CBC */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 */[all …]