Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptodev.h161 struct session_op { struct
162 u_int32_t cipher; /* ie. CRYPTO_DES_CBC */
163 u_int32_t mac; /* ie. CRYPTO_MD5_HMAC */
164 u_int32_t comp_alg; /* ie. CRYPTO_GZIP_COMP */
166 u_int32_t keylen; /* cipher key */
167 void * key;
168 int mackeylen; /* mac key */
169 void * mackey;
171 u_int32_t ses; /* returns: session # */