No description
Find a file
Iuliana Prodan bc67d04e75 crypto: aes - helper function to validate key length for AES algorithms
Add inline helper function to check key length for AES algorithms.
The key can be 128, 192 or 256 bits size.
This function is used in the generic aes implementation.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-09 15:11:43 +10:00
arch asm-generic: Remove redundant arch-specific rules for simd.h 2019-08-02 14:45:15 +10:00
block
certs
crypto crypto: gcm - helper functions for assoclen/authsize check 2019-08-09 15:11:41 +10:00
Documentation
drivers crypto: inside-secure - Remove redundant DES ECB & CBC keysize check 2019-08-09 15:11:39 +10:00
fs
include crypto: aes - helper function to validate key length for AES algorithms 2019-08-09 15:11:43 +10:00
init
ipc
kernel padata: purge get_cpu and reorder_via_wq from padata_do_serial 2019-07-27 21:08:37 +10:00
lib crypto: aes - helper function to validate key length for AES algorithms 2019-08-09 15:11:43 +10:00
LICENSES
mm
net bluetooth: switch to AES library 2019-07-26 14:58:12 +10:00
samples
scripts
security
sound
tools crypto: Remove orphan tools/crypto directory 2019-07-26 22:08:05 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.