From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753380AbbCATko (ORCPT ); Sun, 1 Mar 2015 14:40:44 -0500 Received: from mail.eperm.de ([89.247.134.16]:36248 "EHLO mail.eperm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202AbbCATkd (ORCPT ); Sun, 1 Mar 2015 14:40:33 -0500 From: Stephan Mueller To: "'Herbert Xu" Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] crypto: drbg: performance improvements Date: Sun, 01 Mar 2015 20:38:12 +0100 Message-ID: <50904620.OAA2OAojed@tachyon.chronox.de> User-Agent: KMail/4.14.4 (Linux/3.18.7-200.fc21.x86_64; KDE/4.14.4; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The following patches increase the performance of the CTR DRBG and Hash DRBG. The updates successfully pass the CAVS testing. for Hash DRBG and CTR DRBG. Stephan Mueller (2): crypto: drbg: use single block cipher API crypto: drbg: remove superflowous memsets crypto/drbg.c | 57 ++++++++++++++++----------------------------------------- 1 file changed, 16 insertions(+), 41 deletions(-) -- 2.1.0