Darren J Moffat wrote: > mark powers wrote: >> Folks, >> >> I need a code review for >> >> 6741391 ccm mode with CRYPTO_DATA_UIO trashes output bufs with more >> than 2 iovec_t. >> >> The webrev is at >> http://cr.opensolaris.org/~mcpowers/ccm_decrypt_final/ >> >> >> This is a short review - only 12 changed lines. >> Please comment by Wednesday, September 10. > > Fix not only looks complete for CCM I have actually tested it and I no > longer see the problem that caused me to log the bug. > > Have you checked that CTR mode doesn't suffer from the same problem ?
Yes. > > Have you checked that RAW and MBLK still work (assuming MBLK actually > did work!) I checked RAW but haven't checked MBLK. I'll do that now. Thanks for your comments! Mark