From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756759AbbCFUhD (ORCPT ); Fri, 6 Mar 2015 15:37:03 -0500 Received: from mail.eperm.de ([89.247.134.16]:36542 "EHLO mail.eperm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755543AbbCFUgf (ORCPT ); Fri, 6 Mar 2015 15:36:35 -0500 From: Stephan Mueller To: "'Herbert Xu" Cc: linux-crypto@vger.kernel.org, "'LKML'" Subject: [PATCH 0/2] crypto: Documentation - add AF_ALG to DocBook Date: Fri, 06 Mar 2015 21:33:41 +0100 Message-ID: <1463694.oXIsepBPWM@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 AF_ALG interface description is added to the kernel crypto API DocBook. It is extended by the newly added AEAD and RNG interfaces. An example of the documentation can be viewed at [1]. [1] http://www.chronox.de/crypto-API/User.html Stephan Mueller (2): crypto: Documentation - AEAD / RNG AF_ALG interface MAINTAINERS: add crypto-API.tmpl Documentation/DocBook/crypto-API.tmpl | 596 ++++++++++++++++++++++++++ Documentation/crypto/crypto-API-userspace.txt | 205 --------- MAINTAINERS | 1 + 3 files changed, 597 insertions(+), 205 deletions(-) delete mode 100644 Documentation/crypto/crypto-API-userspace.txt -- 2.1.0