Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/opencrypto/
H A Dcryptodev.h171 struct session_n_op { struct
172 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */
173 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */
174 u_int32_t comp_alg; /* ie. CRYPTO_GZIP_COMP */
176 u_int32_t keylen; /* cipher key */
177 void * key;
178 int mackeylen; /* mac key */
179 void * mackey;
181 u_int32_t ses; /* returns: session # */
182 int status;