Zbr's days.
October
Sun Mon Tue Wed Thu Fri Sat
  4
     
2007
Months
Oct

About TODO Blog RSS Old blog Projects Gallery Notes

Thu, 04 Oct 2007

Linux crypto stack issues.

It was not designed for async operations at all - all helpers, I described previously, do not work in async context, i.e. when several chunks of the same request can be encrypted in parallel, since blkcipher_walk* interfaces provides the same destination buffer for all parts of the same request.
So, to handle misaligned data I have to develop own helpers for HIFN driver.

/devel/acrypto/hifn :: Link / Comments (0)