Searched defs:osession_n_op (Results 1 – 1 of 1) sorted by relevance
101 struct osession_n_op { struct102 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */103 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */105 u_int32_t keylen; /* cipher key */106 void * key;107 int mackeylen; /* mac key */108 void * mackey;110 u_int32_t ses; /* returns: session # */111 int status;