On 07/21/2015 06:32 PM, Herbert Xu wrote: > I think we should finish the conversion of the only in-kernel > user of RSA before we add the user-space interface. Otherwise > this unnecessarily ties our hands to the current API. > > For example, do we want an SG interface for the input and output? > As it stands even if a hardware device came with SG support we > would not be able to use it. > > Tadeusz, can you confirm again that qat does not support SG with > respect to RSA input and output? No, it doesn't. Even if we would add SG support on the API it will need to be copied into contiguous buffers before it is sent to the HW. Is there any other in-kernel user of RSA other than the module verifier? If that's the only one I don't think we need any API changes. I can refresh the old patches that converted it. -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html