Searched defs:osession_op (Results 1 – 1 of 1) sorted by relevance
90 struct osession_op { /* backwards compatible */ struct91 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */92 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */93 u_int32_t keylen; /* cipher key */94 void * key;95 int mackeylen; /* mac key */96 void * mackey;98 u_int32_t ses; /* returns: session # */