Searched defs:aead_request (Results 1 – 2 of 2) sorted by relevance
87 struct aead_request { struct88 struct crypto_async_request base;90 unsigned int assoclen;91 unsigned int cryptlen;93 u8 *iv;95 struct scatterlist *src;96 struct scatterlist *dst;98 void *__ctx[] CRYPTO_MINALIGN_ATTR;
71 int (*cont)(struct aead_request *)) in async_done_continue()
Completed in 12 milliseconds