Hi, We are currently trying to add encryption support to the usbip kernel driver. Unfortunately, there is almost no documentation for the kernel crypto API. So far, we couldn't figure out how to use the GCM encryption mode in the kernel. There seems to be infrastructure for IV generation in place (e.g. seqiv.c, the geniv stuff and the RFC 4106 implementation), but no code directly using it. What's the recommended way to use the IV generators with a "high-level" API? Regards, Tobias Polzer and Dominik Paulus -- 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