Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Docryptodev.h114 struct ocrypt_op { struct
115 u_int32_t ses;
116 u_int16_t op; /* i.e. COP_ENCRYPT */
117 u_int16_t flags;
118 u_int len;
119 void * src, *dst; /* become iov[] inside kernel */
120 void * mac; /* must be big enough for chosen MAC */
121 void * iv;