Searched defs:crypt_op (Results 1 – 1 of 1) sorted by relevance
190 struct crypt_op { struct191 u_int32_t ses;192 u_int16_t op; /* i.e. COP_ENCRYPT */197 u_int16_t flags;199 u_int len; /* src len */200 void * src, *dst; /* become iov[] inside kernel */201 void * mac; /* must be big enough for chosen MAC */202 void * iv;203 u_int dst_len; /* dst len if not 0 */