Re: questions of crypto async api

2013-04-08 Thread Kim Phillips
:kim.phill...@freescale.com] > Sent: Friday, April 05, 2013 6:33 PM > To: Hsieh, Che-Min > Cc: linux-crypto@vger.kernel.org > Subject: Re: questions of crypto async api > > On Thu, 4 Apr 2013 14:38:41 + > "Hsieh, Che-Min" wrote: > > > If a driver suppor

RE: questions of crypto async api

2013-04-08 Thread Hsieh, Che-Min
@vger.kernel.org Subject: Re: questions of crypto async api On Thu, 4 Apr 2013 14:38:41 + "Hsieh, Che-Min" wrote: > If a driver supports multiple instances of HW crypto engines, the order of  > the request completion from HW can be different from the order of requests > sub

Re: questions of crypto async api

2013-04-05 Thread Kim Phillips
On Thu, 4 Apr 2013 14:38:41 + "Hsieh, Che-Min" wrote: > If a driver supports multiple instances of HW crypto engines, the order of  > the request completion from HW can be different from the order of requests > submitted to different HW.  The 2nd request sent out to the 2nd HW instance > ma

questions of crypto async api

2013-04-04 Thread Hsieh, Che-Min
If a driver supports multiple instances of HW crypto engines, the order of the request completion from HW can be different from the order of requests submitted to different HW.  The 2nd request sent out to the 2nd HW instance may take shorter time to complete than the first request for different