Hi guys, I am looking for some kind of reference implementation for a type of driver supporting a network device with built in crypto device. Basically with this device you don't see the network device itself. You only see the crypto device. For example you would build an IPSEC packet with ESP header an put commands around it to instruct on what part to do crypting and on what part to do authentication. Then you send the packet to the device never to see it again (you will just be told when you can free the skbuff and other associated resources). The device will take the packet crypt/sign it and send it to the network. Is there in the linux crypto framework the required hooks to support such kind of device? could you point me to the right direction? Thanks JC -- 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