Searched defs:crypt_aead (Results 1 – 1 of 1) sorted by relevance
265 struct crypt_aead { struct266 uint32_t ses;267 uint16_t op; /* i.e. COP_ENCRYPT */268 uint16_t flags;269 u_int len;270 u_int aadlen;271 u_int ivlen;272 const void *src; /* become iov[] inside kernel */273 void *dst;275 void *tag; /* must fit for chosen TAG length */[all …]