Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755589AbcJZRFS (ORCPT ); Wed, 26 Oct 2016 13:05:18 -0400 Received: from mail-vk0-f54.google.com ([209.85.213.54]:35760 "EHLO mail-vk0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752432AbcJZRFP (ORCPT ); Wed, 26 Oct 2016 13:05:15 -0400 From: Marcelo Cerri To: Herbert Xu , linux-crypto@vger.kernel.org Cc: "David S. Miller" , linux-kernel@vger.kernel.org, Stephan Mueller , Marcelo Cerri Subject: [PATCH 0/3] crypto: testmgr - Add missing tests for internal sha*-mb implementations Date: Wed, 26 Oct 2016 15:04:42 -0200 Message-Id: <1477501485-18371-1-git-send-email-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 561 Lines: 19 This series adds null tests for all sha*-mb internal algorithms so they can be used in FIPS mode without further problems. Since they are 3 separated modules I decided to use a separated commit for each one. Marcelo Cerri (3): crypto: testmgr - Add missing tests for internal sha1-mb implementation crypto: testmgr - Add missing tests for internal sha256-mb implementation crypto: testmgr - Add missing tests for internal sha512-mb implementation crypto/testmgr.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 2.7.4