Re: [RFC][PATCH 00/18] crypto: Add generic Kerberos library

From: David Howells
Date: Tue Dec 01 2020 - 03:48:07 EST


Btw, would it be feasible to make it so that an extra parameter can be added
to the cipher buffer-supplying functions, e.g.:

skcipher_request_set_crypt(req, input, ciphertext_sg, esize, iv);

such that we can pass in an offset into the output sg as well?

David