Re: [Cryptodev-linux-devel] Setting auth data to NULL on decrypt

2012-07-02 Thread Nikos Mavrogiannopoulos
Applied thank you. On 06/29/2012 12:09 AM, Jaren Johnston wrote: > Hey, > > > > During yet more gcm testing, I ran into cases where I'd end up sitting on a > trylock: > > > > ioctl.c:321: if (!mutex_trylock(&ses_ptr->sem)) { > > ioctl.c-322- dprintk(2, KE

[Cryptodev-linux-devel] Setting auth data to NULL on decrypt

2012-06-28 Thread Jaren Johnston
Hey, During yet more gcm testing, I ran into cases where I'd end up sitting on a trylock: ioctl.c:321: if (!mutex_trylock(&ses_ptr->sem)) { ioctl.c-322- dprintk(2, KERN_DEBUG, "Waiting for semaphore of sid=0x%08X\n", ioctl.c-323-