mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-18 11:54:37 +08:00
crypto: update some Arm documentation references
The Arm documentation has moved to Documentation/arch/arm; update a set of references under crypto/allwinner to match. Cc: Corentin Labbe <clabbe.montjoie@gmail.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Samuel Holland <samuel@sholland.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
964e6d97a3
commit
39db3f1519
@ -8,7 +8,7 @@
|
||||
* keysize in CBC and ECB mode.
|
||||
* Add support also for DES and 3DES in CBC and ECB mode.
|
||||
*
|
||||
* You could find the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include "sun4i-ss.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Core file which registers crypto algorithms supported by the SS.
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include <linux/clk.h>
|
||||
#include <linux/crypto.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* This file add support for MD5 and SHA1.
|
||||
*
|
||||
* You could find the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include "sun4i-ss.h"
|
||||
#include <asm/unaligned.h>
|
||||
|
@ -8,7 +8,7 @@
|
||||
* Support MD5 and SHA1 hash algorithms.
|
||||
* Support DES and 3DES
|
||||
*
|
||||
* You could find the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
|
||||
#include <linux/clk.h>
|
||||
|
@ -8,7 +8,7 @@
|
||||
* This file add support for AES cipher with 128,192,256 bits keysize in
|
||||
* CBC and ECB mode.
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
|
||||
#include <linux/bottom_half.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Core file which registers crypto algorithms supported by the CryptoEngine.
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include <linux/clk.h>
|
||||
#include <linux/crypto.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512.
|
||||
*
|
||||
* You could find the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include <linux/bottom_half.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* This file handle the PRNG
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include "sun8i-ce.h"
|
||||
#include <linux/dma-mapping.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* This file handle the TRNG
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include "sun8i-ce.h"
|
||||
#include <linux/dma-mapping.h>
|
||||
|
@ -8,7 +8,7 @@
|
||||
* This file add support for AES cipher with 128,192,256 bits keysize in
|
||||
* CBC and ECB mode.
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
|
||||
#include <linux/bottom_half.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Core file which registers crypto algorithms supported by the SecuritySystem
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include <linux/clk.h>
|
||||
#include <linux/crypto.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* This file add support for MD5 and SHA1/SHA224/SHA256.
|
||||
*
|
||||
* You could find the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include <linux/bottom_half.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* This file handle the PRNG found in the SS
|
||||
*
|
||||
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
|
||||
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
|
||||
*/
|
||||
#include "sun8i-ss.h"
|
||||
#include <linux/dma-mapping.h>
|
||||
|
Loading…
Reference in New Issue
Block a user