Files
kernel-tenderloin-3.0/drivers/crypto
Mona Hossain 2563cbc59a crypto: Clean-up support for 32KB+ packet
For some large (32KB+) packets for AES CCM algorithms,
depending on assoc data length, padding, actual data,
the ce_in_dst_desc, ce_out_src_desc are found to be
incorrect. This patch clears up the supports for 32KB+
and makes it more generic (not cipher/hash specific)

Relocate where the following are being processed
for 32KB+ packets
- ce_in_dst_desc from chain_sg_buffer_in() to ce_in_final()
- ce_out_src_desc from chain_sg_buffer_out() to ce_out_final()

With the above the AES-CCM algorithms passes all scenarios.

Signed-off-by: Mona Hossain <mhossain@codeaurora.org>
2011-10-03 16:19:40 -07:00
..
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-10-03 09:57:10 -07:00
2011-10-03 09:57:10 -07:00