/Linux-v5.15/arch/sparc/crypto/ |
D | md5_glue.c | 2 /* Glue code for MD5 hashing optimized for sparc64 crypto opcodes. 5 * and crypto/md5.c which are: 22 #include <crypto/md5.h> 145 .cra_name = "md5", 146 .cra_driver_name= "md5-sparc64", 170 pr_info("Using sparc64 md5 opcode optimized MD5 implementation\n"); in md5_sparc64_mod_init() 173 pr_info("sparc64 md5 opcode not available.\n"); in md5_sparc64_mod_init() 186 MODULE_DESCRIPTION("MD5 Message Digest Algorithm, sparc64 md5 opcode accelerated"); 188 MODULE_ALIAS_CRYPTO("md5");
|
D | Makefile | 9 obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o 20 md5-sparc64-y := md5_asm.o md5_glue.o
|
D | md5_asm.S | 27 MD5 63 MD5
|
/Linux-v5.15/kernel/ |
D | gen_kheaders.sh | 43 # Ignore them for md5 calculation to avoid pointless regeneration. 52 if [ -f kernel/kheaders.md5 ] && 53 [ "$(head -n 1 kernel/kheaders.md5)" = "$headers_md5" ] && 54 [ "$(head -n 2 kernel/kheaders.md5 | tail -n 1)" = "$this_file_md5" ] && 55 [ "$(tail -n 1 kernel/kheaders.md5)" = "$tarfile_md5" ]; then 91 echo $headers_md5 > kernel/kheaders.md5 92 echo "$this_file_md5" >> kernel/kheaders.md5 93 echo "$(md5sum $tarfile | cut -d ' ' -f1)" >> kernel/kheaders.md5
|
D | .gitignore | 3 /kheaders.md5
|
/Linux-v5.15/net/sctp/ |
D | Kconfig | 57 when in doubt select 'md5' 60 bool "Enable optional MD5 hmac cookie generation" 62 Enable optional MD5 hmac based SCTP cookie generation 79 bool "Enable optional MD5 hmac cookie generation" 81 Enable optional MD5 hmac based SCTP cookie generation
|
/Linux-v5.15/arch/powerpc/crypto/ |
D | md5-glue.c | 3 * Glue code for MD5 implementation for PPC assembler 15 #include <crypto/md5.h> 133 .cra_name = "md5", 134 .cra_driver_name= "md5-ppc", 155 MODULE_DESCRIPTION("MD5 Secure Hash Algorithm, PPC assembler"); 157 MODULE_ALIAS_CRYPTO("md5"); 158 MODULE_ALIAS_CRYPTO("md5-ppc");
|
D | Makefile | 9 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o 18 md5-ppc-y := md5-asm.o md5-glue.o
|
/Linux-v5.15/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 4 * MD5 Message Digest Algorithm (RFC1321). 8 * Based on crypto/md5.c, which is: 22 #include <crypto/md5.h> 183 .cra_name = "md5", 184 .cra_driver_name= "octeon-md5", 207 MODULE_DESCRIPTION("MD5 Message Digest Algorithm (OCTEON)");
|
D | octeon-crypto.h | 8 * MD5/SHA1/SHA256/SHA512 instruction definitions added by 25 * Macros needed to implement MD5/SHA1/SHA256: 29 * The index can be 0-1 (MD5) or 0-2 (SHA1), 0-3 (SHA256). 40 * The index can be 0-1 (MD5) or 0-2 (SHA1), 0-3 (SHA256).
|
D | Makefile | 8 obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
|
/Linux-v5.15/tools/testing/selftests/net/ |
D | fcnal-test.sh | 806 # MD5 tests without VRF 819 log_test $? 0 "MD5: Single address config" 821 # client sends MD5, server not configured 823 show_hint "Should timeout due to MD5 mismatch" 827 log_test $? 2 "MD5: Server no config, client uses password" 835 log_test $? 2 "MD5: Client uses wrong password" 839 show_hint "Should timeout due to MD5 mismatch" 843 log_test $? 2 "MD5: Client address does not match address configured with password" 846 # MD5 extension - prefix length 854 log_test $? 0 "MD5: Prefix config" [all …]
|
D | vrf-xfrm-tests.sh | 267 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \ 274 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \ 282 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \ 289 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \ 297 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \ 304 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \ 312 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \ 319 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \
|
/Linux-v5.15/drivers/crypto/caam/ |
D | key_gen.h | 11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1, 18 /* Sizes for MDHA pads (*not* keys): MD5, SHA1, 224, 256, 384, 512 */ in split_key_len() 29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
|
/Linux-v5.15/fs/cifs/ |
D | cifsencrypt.c | 107 rc = cifs_alloc_hash("md5", &server->secmech.md5, in cifs_calc_signature() 114 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature() 501 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash() 514 /* The MD5 hash starts at challenge_key.key */ in CalcNTLMv2_response() 550 /* Note that the MD5 digest over writes anon.challenge_key.key */ in CalcNTLMv2_response() 554 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response() 627 rc = cifs_alloc_hash("hmac(md5)", in setup_ntlmv2_rsp() 674 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp() 728 if (server->secmech.md5) { in cifs_crypto_secmech_release() 729 crypto_free_shash(server->secmech.md5); in cifs_crypto_secmech_release() [all …]
|
D | link.c | 41 struct crypto_shash *md5 = NULL; in symlink_hash() local 44 rc = cifs_alloc_hash("md5", &md5, &sdescmd5); in symlink_hash() 50 cifs_dbg(VFS, "%s: Could not init md5 shash\n", __func__); in symlink_hash() 60 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in symlink_hash() 63 cifs_free_hash(&md5, &sdescmd5); in symlink_hash() 90 cifs_dbg(FYI, "%s: MD5 hash failure: %d\n", __func__, rc); in parse_mf_symlink() 129 cifs_dbg(FYI, "%s: MD5 hash failure: %d\n", __func__, rc); in format_mf_symlink()
|
/Linux-v5.15/crypto/ |
D | md5.c | 4 * MD5 Message Digest Algorithm (RFC1321). 19 #include <crypto/md5.h> 228 .cra_name = "md5", 229 .cra_driver_name = "md5-generic", 249 MODULE_DESCRIPTION("MD5 Message Digest Algorithm"); 250 MODULE_ALIAS_CRYPTO("md5");
|
/Linux-v5.15/Documentation/devicetree/bindings/crypto/ |
D | samsung-sss.yaml | 18 -- SHA-1/SHA-256/MD5/HMAC (SHA-1/SHA-256/MD5)/PRNG
|
/Linux-v5.15/Documentation/security/ |
D | IMA-templates.rst | 10 and pathname. The filedata hash is limited to 20 bytes (md5/sha1). 66 calculated with the SHA1 or MD5 hash algorithm; 70 prefix is shown only if the hash algorithm is not SHA1 or MD5);
|
/Linux-v5.15/drivers/crypto/ccree/ |
D | cc_hash.h | 87 * @mode: The Hash mode. Supported modes: MD5/SHA1/SHA224/SHA256/SHA384/SHA512 99 * @mode: The Hash mode. Supported modes: MD5/SHA1/SHA224/SHA256/SHA384/SHA512
|
/Linux-v5.15/drivers/crypto/ |
D | Kconfig | 393 tristate "Support for OMAP MD5/SHA1/SHA2 hw accelerator" 402 OMAP processors have MD5/SHA1/SHA2 hw accelerator. Select this if you 403 want to use the OMAP module for MD5/SHA1/SHA2 algorithms. 477 Select this to offload Exynos from HASH MD5/SHA1/SHA256. 478 This will select software SHA1, MD5 and SHA256 as they are 769 hardware hash accelerator. Supporting MD5/SHA1/SHA224/SHA256
|
D | sa2ul.h | 72 #define SA_ENG_ID_AM1 4 /* Auth. engine with SHA1/MD5/SHA2 core */ 361 SA_AALG_ID_MD5, /* MD5 mode */ 366 SA_AALG_ID_HMAC_MD5, /* HMAC with MD5 mode */
|
/Linux-v5.15/Documentation/admin-guide/ |
D | bcache.rst | 173 host:/sys/block/md5/bcache# echo 0226553a-37cf-41d5-b3ce-8b1e944543a8 > attach 174 [ 1933.455082] bcache: bch_cached_dev_attach() Couldn't find uuid for md5 in set 181 host:/sys/block/md5/bcache# echo /dev/sdh2 > /sys/fs/bcache/register 235 host:/sys/block/md5/bcache# echo 1 > running 239 host:/sys/block/md5/bcache# echo 5bc072a8-ab17-446d-9744-e247949913c1 > attach 240 …[ 865.276616] bcache: bch_cached_dev_attach() Caching md5 as bcache0 on set 5bc072a8-ab17-446d-97…
|
/Linux-v5.15/tools/build/feature/ |
D | test-libcrypto.c | 3 #include <openssl/md5.h>
|
/Linux-v5.15/tools/perf/tests/shell/ |
D | buildid.sh | 39 ex_md5=$(mktemp /tmp/perf.ex.MD5.XXX) 44 echo 'int main(void) { return 0; }' | cc -Wl,--build-id=md5 -o ${ex_md5} -x c -
|