Home
last modified time | relevance | path

Searched defs:session_n_op (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Dcryptodev.h176 struct session_n_op { struct
177 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */
178 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */
179 u_int32_t comp_alg; /* ie. CRYPTO_GZIP_COMP */
181 u_int32_t keylen; /* cipher key */
182 void * key;
183 int mackeylen; /* mac key */
184 void * mackey;
186 u_int32_t ses; /* returns: session # */
187 int status;