Searched defs:session_op (Results 1 – 1 of 1) sorted by relevance
218 struct session_op { struct219 uint32_t cipher; /* ie. CRYPTO_AES_CBC */220 uint32_t mac; /* ie. CRYPTO_SHA2_256_HMAC */222 uint32_t keylen; /* cipher key */223 const void *key;224 int mackeylen; /* mac key */225 const void *mackey;227 uint32_t ses; /* returns: session # */