Lines Matching +full:128 +full:a

30 	  required if you want the system to operate in a FIPS 200
211 This converts an arbitrary crypto algorithm into a parallel
221 This is a generic software asynchronous crypto daemon that
223 into an asynchronous algorithm that executes in a kernel thread.
366 Rijndael appears to be consistently a very good performer in
367 both hardware and software across a wide range of computing
375 The AES specifies three key sizes: 128, 192 and 256 bits
384 Anubis is a variable key length cipher which can use keys from
385 128 bits to 320 bits in length. It was evaluated as a entrant
397 ARIA is a standard encryption algorithm of the Republic of Korea.
399 128-bit: 12 rounds.
413 This is a variable key length cipher which can use keys from 32
431 Camellia is a symmetric key block cipher developed jointly
434 The Camellia specifies three key sizes: 128, 192 and 256 bits.
445 tristate "CAST5 (CAST-128)"
449 CAST5 (CAST-128) cipher algorithm (RFC2144, ISO/IEC 18033-3)
483 Khazad was a finalist in the initial NESSIE competition. It is
485 on 32-bit processors. Khazad uses an 128 bit key size.
497 SEED is a 128-bit symmetric key block cipher that has been
498 developed by KISA (Korea Information Security Agency) as a
500 It is a 16 round block cipher with the key size of 128 bit.
527 SM4 (GBT.32907-2016) is a cryptographic standard issued by the
540 The input, output, and key of SMS4 are each 128 bits.
553 Tiny Encryption Algorithm is a simple cipher that uses
557 Xtendend Tiny Encryption Algorithm is a modification to
558 the TEA algorithm to address a potential key weakness
561 Xtendend Encryption Tiny Algorithm is a mis-implementation
572 candidate cipher by researchers at CounterPane Systems. It is a
573 16 round block cipher supporting key sizes of 128, 192, and 256
602 the AES-256 block cipher on a single 16-byte block. On CPUs
607 underlying stream and block ciphers, subject to a security
608 bound. Unlike XTS, Adiantum is a true wide-block encryption
622 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
634 ChaCha20 is a 256-bit high-speed stream cipher designed by Daniel J.
654 CBC (Cipher Block Chaining) mode (NIST SP800-38A)
663 CTR (Counter) mode (NIST SP800-38A)
671 Addendum to SP800-38A (October 2010))
681 ECB (Electronic Codebook) mode (NIST SP800-38A)
691 A mode for storage encryption that is efficient on processors with
707 A tweakable, non malleable, non movable
710 The first 128, 192 or 256 bits in the key are used for AES and the
731 This blockcipher mode is a variant of CTR mode using XORs and little-endian
746 implementation currently can't handle a sectorsize which is not a
754 tristate "AEGIS-128"
758 AEGIS-128 AEAD algorithm
761 bool "AEGIS-128 (arm NEON, arm64 NEON)"
765 AEGIS-128 AEAD algorithm
813 This IV generator generates an IV based on a sequence number by
814 xoring it with a salt. This algorithm is mainly useful for CTR.
825 a sequence number xored with a salt. This is the default
836 symmetric key for a block encryption pass applied to the input
840 This driver implements a crypto API template that can be
852 building for a particular system that requires it (e.g., when
916 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended
917 to be used as a secure replacement for the 128-bit hash functions
919 (not to be confused with RIPEMD-128).
1029 A 32-bit CRC (cyclic redundancy check) with a polynomial defined
1117 tristate "NIST SP800-90A DRBG (Deterministic Random Bit Generator)"
1122 DRBG (Deterministic Random Bit Generator) (NIST SP800-90A)
1124 Enable this only if you need it for a FIPS 140 certification.
1134 A non-physical non-deterministic ("true") RNG (e.g., an entropy source
1135 compliant with NIST SP800-90B) intended to provide a seed to a
1151 size fits into a cache (e.g. L1), only the memory access timing
1157 L1 + L2 + L3. Thus, by selecting a different memory size,
1164 bool "128 kBytes"
1193 The Jitter RNG operation requires a fixed amount of timing
1199 the timer is coarse) by setting the OSR to a higher value. The
1206 The test interface allows a privileged process to capture
1269 Enable this only if needed for support for a program that hasn't yet
1289 Enable this only if needed for support for a program that hasn't yet
1341 Enable this only if needed for support for a program that hasn't yet