Home
last modified time | relevance | path

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

/freebsd-src/sys/opencrypto/
H A Dcryptodev.h241 struct session2_op { struct
242 uint32_t cipher; /* ie. CRYPTO_AES_CBC */
243 uint32_t mac; /* ie. CRYPTO_SHA2_256_HMAC */
245 uint32_t keylen; /* cipher key */
246 const void *key;
247 int mackeylen; /* mac key */
248 const void *mackey;
250 uint32_t ses; /* returns: session # */
251 int crid; /* driver id + flags (rw) */
252 int ivlen; /* length of nonce/IV */
[all …]