On Tue, Jul 07, 2015 at 05:30:25PM +0800, Herbert Xu wrote: > The crypto API allows a single transform to be used by multiple > threads simultaneously. For example, IPsec will use a single tfm > to process packets for a given SA. As packets may arrive on > multiple CPUs that tfm must be reentrant. > > The nx driver does try to deal with this by using a spin lock. > Unfortunately only the basic AES/CBC/ECB algorithms do this in > the correct way. > > The symptom of these bugs may range from the generation of incorrect > output to memory corruption. Is this related with the issue in CTR ouput test#4 too? Thanks! -- 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