aead_request_set_crypt (9) Linux Manual Page
aead_request_set_crypt – set data buffers Synopsis void aead_request_set_crypt(struct aead_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, u8 *iv); Arguments req request handle src source scatter / gather list dst destination scatter / gather list cryptlen number of bytes to process from src iv IV for the cipher operation which must comply with…
