Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Docryptodev.h101 struct osession_n_op { struct
102 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;