Searched defs:session_op (Results 1 – 1 of 1) sorted by relevance
224 struct session_op { struct225 uint32_t cipher; /* ie. CRYPTO_AES_CBC */226 uint32_t mac; /* ie. CRYPTO_SHA2_256_HMAC */228 uint32_t keylen; /* cipher key */229 const void *key;230 int mackeylen; /* mac key */231 const void *mackey;233 uint32_t ses; /* returns: session # */