btrfs-progs/crypto
Yaroslav Halchenko 16a7cbca91 btrfs-progs: run codespell throughout fixing typos automagically
Spell checking can now run in automated mode.

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

Author: Yaroslav Halchenko <debian@onerussian.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2024-07-30 19:56:08 +02:00
..
blake2-config.h btrfs-progs: crypto: add AVX2 implementation of BLAKE2 2023-02-28 19:49:29 +01:00
blake2-impl.h btrfs-progs: add blake2b reference implementation 2019-11-18 19:21:05 +01:00
blake2.h btrfs-progs: crypto: move optimized declarations to blake2b.h 2023-05-26 18:02:31 +02:00
blake2b-avx2.c btrfs-progs: crypto: add AVX2 implementation of BLAKE2 2023-02-28 19:49:29 +01:00
blake2b-load-avx2-simple.h btrfs-progs: crypto: add AVX2 implementation of BLAKE2 2023-02-28 19:49:29 +01:00
blake2b-load-avx2.h btrfs-progs: crypto: add AVX2 implementation of BLAKE2 2023-02-28 19:49:29 +01:00
blake2b-load-sse2.h btrfs-progs: crypto: add SSE2 implementation of BLAKE2 2023-02-28 19:48:24 +01:00
blake2b-load-sse41.h btrfs-progs: crypto: add SSE4.1 implementation of BLAKE2 2023-02-28 19:49:06 +01:00
blake2b-ref.c btrfs-progs: crypto: move optimized declarations to blake2b.h 2023-05-26 18:02:31 +02:00
blake2b-round.h btrfs-progs: crypto: fix SSE2/SSE4.1 detection of BLAKE2 2023-03-07 20:50:06 +01:00
blake2b-sse2.c btrfs-progs: crypto: fix SSE2/SSE4.1 detection of BLAKE2 2023-03-07 20:50:06 +01:00
blake2b-sse41.c btrfs-progs: crypto: fix SSE2/SSE4.1 detection of BLAKE2 2023-03-07 20:50:06 +01:00
crc32c-pcl-intel-asm_64.S btrfs-progs: run codespell throughout fixing typos automagically 2024-07-30 19:56:08 +02:00
crc32c.c btrfs-progs: do interactive fixing of some ambigous typos 2024-07-30 19:56:08 +02:00
crc32c.h btrfs-progs: crypto: use common CPU feature detection for crc32c 2023-02-28 20:11:22 +01:00
hash-speedtest.c btrfs-progs: crypto: add openssl as crypto provider 2023-11-30 22:04:45 +01:00
hash-vectest.c btrfs-progs: crypto: add openssl as crypto provider 2023-11-30 22:04:45 +01:00
hash.c btrfs-progs: crypto: add openssl as crypto provider 2023-11-30 22:04:45 +01:00
hash.h btrfs-progs: clean up includes, using include-what-you-use 2023-10-03 01:11:57 +02:00
sha224-256.c btrfs-progs: fix detection of accelerated implementation. 2023-03-01 15:10:21 +01:00
sha256-x86.c btrfs-progs: crypto: declare SHA256 x86 optimized implementation 2023-05-26 18:02:31 +02:00
sha-private.h btrfs-progs: move sha256 from tests to crypto/ 2019-11-18 19:20:02 +01:00
sha.h btrfs-progs: crypto: declare SHA256 x86 optimized implementation 2023-05-26 18:02:31 +02:00
xxhash.c btrfs-progs: crypto: update xxhash 2023-02-28 19:49:31 +01:00
xxhash.h btrfs-progs: crypto: update xxhash 2023-02-28 19:49:31 +01:00