Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h218 struct session_op { struct
219 uint32_t cipher; /* ie. CRYPTO_AES_CBC */
220 uint32_t mac; /* ie. CRYPTO_SHA2_256_HMAC */
222 uint32_t keylen; /* cipher key */
223 const void *key;
224 int mackeylen; /* mac key */
225 const void *mackey;
227 uint32_t ses; /* returns: session # */