Fast Loan

2014-05-15 Thread Financial Service
Good Day, Do you need a LOAN or Financing of any type? Have been turned down by your bank due to bad credit? Do you have unpaid bills or in debt? For quick response contact us with the below information's. Name: Loan Amount: loan Duration: Country: Address: Mobile Number: Sincerely, Mr,willi

Re: [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1

2014-05-15 Thread Ard Biesheuvel
On 15 May 2014 14:47, Catalin Marinas wrote: > On 15 May 2014, at 22:35, Ard Biesheuvel wrote: >> On 15 May 2014 10:24, Catalin Marinas wrote: >>> On Wed, May 14, 2014 at 07:17:29PM +0100, Ard Biesheuvel wrote: +static u8 const *sha1_do_update(struct shash_desc *desc, const u8 *data, +

Re: [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1

2014-05-15 Thread Catalin Marinas
On 15 May 2014, at 22:35, Ard Biesheuvel wrote: > On 15 May 2014 10:24, Catalin Marinas wrote: >> On Wed, May 14, 2014 at 07:17:29PM +0100, Ard Biesheuvel wrote: >>> +static u8 const *sha1_do_update(struct shash_desc *desc, const u8 *data, >>> + int blocks, u8 *head, u

Re: [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1

2014-05-15 Thread Ard Biesheuvel
On 15 May 2014 10:24, Catalin Marinas wrote: > On Wed, May 14, 2014 at 07:17:29PM +0100, Ard Biesheuvel wrote: >> The Crypto Extensions based SHA1 implementation uses the NEON register file, >> and hence runs with preemption disabled. This patch adds a TIF_NEED_RESCHED >> check to its inner loop s

Re: [PATCH 1/6] crypto: SHA1 multibuffer map scatter gather walk's buffer address directly for x86_64

2014-05-15 Thread Tim Chen
On Wed, 2014-05-14 at 07:58 +0800, Herbert Xu wrote: > On Tue, May 13, 2014 at 04:40:58PM -0700, Tim Chen wrote: > > On Wed, 2014-05-14 at 07:34 +0800, Herbert Xu wrote: > > > > > > > > Why do we need this patch since kmap_atomic is equivalent to > > > page_address plus preempt_disable on x86-64?

Re: [PATCH v2 09/11] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1

2014-05-15 Thread Catalin Marinas
On Wed, May 14, 2014 at 07:17:29PM +0100, Ard Biesheuvel wrote: > The Crypto Extensions based SHA1 implementation uses the NEON register file, > and hence runs with preemption disabled. This patch adds a TIF_NEED_RESCHED > check to its inner loop so we at least give up the CPU voluntarily when we >

[PATCH] crypto: testmgr - add aead cbc des, des3_ede tests

2014-05-15 Thread Nitesh Lal
Test vectors were taken from existing test for CBC(DES3_EDE). Associated data has been added to test vectors. HMAC computed with Crypto++ has been used. Following algos have been covered. (a) "authenc(hmac(sha1),cbc(des))" (b) "authenc(hmac(sha1),cbc(des3_ede))" (c) "authen