Re: [linux-cifs-client][PATCH] Enable signing for ntlmv2 within NTLMSSP using kernel crypto APIs

2010-08-02 Thread Shirish Pargaonkar
On Mon, Aug 2, 2010 at 1:55 AM, Herbert Xu wrote: > shirishpargaon...@gmail.com wrote: >> >> static int cifs_calculate_signature(const struct smb_hdr *cifs_pdu, >> -                                   const struct mac_key *key, char >> *signature) >> +                       struct TCP_Server_Info

Re: [RFC 9/9] crypto: Add Samsung crypto engine driver

2010-08-02 Thread Kyungmin Park
Hi, Any update on this? Thank you, Kyungmin Park On Sat, Jun 12, 2010 at 4:49 AM, Maurus Cuelenaere wrote: > This patch adds support for the Samsung crypto engine driver available in the > S3C64XX and S5PC100 SoCs. Currently this supports AES and (T)DES with ECB and > CBC block ciphers (also CT

[PATCH] crypto: hash - Fix handling of small unaligned buffers

2010-08-02 Thread Szilveszter Ördög
If a scatterwalk chain contains an entry with an unaligned offset then hash_walk_next() will cut off the next step at the next alignment point. However, if the entry ends before the next alignment point then we will want to process more data than it is available. Fix this by checking whether the