Phil Sutter ([email protected])

Number of posts: 63 (0.12 per day)
First post: 2011-05-05 13:39:45
Last post: 2012-10-23 17:18:36

Date List Subject
2012-02-27 11:26:55 linux-crypto [PATCH] crypto: mv_cesa - fix final callback not ignoring input data
2011-11-14 15:56:02 linux-crypto [PATCH] crypto: mv_cesa - fix hashing of chunks > 1920 bytes
2011-05-05 13:40:03 linux-crypto [PATCH 06/10] mv_cesa: refactor copy_src_to_buf()
2011-05-05 13:39:58 linux-crypto [PATCH 04/10] mv_cesa: print a warning when registration of AES algos fail
2011-05-05 13:39:54 linux-crypto [PATCH 07/10] mv_cesa: fill inner/outer IV fields only in HMAC case
2011-05-05 13:39:50 linux-crypto [PATCH 08/10] mv_cesa: move digest state initialisation to a better place
2011-05-05 13:39:46 linux-crypto [PATCH 02/10] mv_cesa: the descriptor pointer register needs to be set just once
2011-05-05 13:39:45 linux-crypto [PATCH 10/10] mv_cesa: make count_sgs() null-pointer proof
2011-05-05 13:39:45 linux-crypto [PATCH 01/10] mv_cesa: use ablkcipher_request_cast instead of the manual container_of
2011-05-05 13:39:45 linux-crypto [PATCH 03/10] mv_cesa: drop this call to mv_hash_final from mv_hash_finup
2011-05-05 13:39:44 linux-crypto [PATCH 05/10] mv_cesa: no need to save digest state after the last chunk
2011-05-05 13:39:44 linux-crypto [PATCH 09/10] mv_cesa: copy remaining bytes to SRAM only when needed