/linux-4.1.27/arch/powerpc/crypto/ |
D | Makefile | 8 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o 14 md5-ppc-y := md5-asm.o md5-glue.o
|
/linux-4.1.27/fs/cifs/ |
D | cifsencrypt.c | 46 server->secmech.md5 = crypto_alloc_shash("md5", 0, 0); in cifs_crypto_shash_md5_allocate() 47 if (IS_ERR(server->secmech.md5)) { in cifs_crypto_shash_md5_allocate() 49 rc = PTR_ERR(server->secmech.md5); in cifs_crypto_shash_md5_allocate() 50 server->secmech.md5 = NULL; in cifs_crypto_shash_md5_allocate() 55 crypto_shash_descsize(server->secmech.md5); in cifs_crypto_shash_md5_allocate() 58 crypto_free_shash(server->secmech.md5); in cifs_crypto_shash_md5_allocate() 59 server->secmech.md5 = NULL; in cifs_crypto_shash_md5_allocate() 62 server->secmech.sdescmd5->shash.tfm = server->secmech.md5; in cifs_crypto_shash_md5_allocate() 849 if (server->secmech.md5) { in cifs_crypto_shash_release() 850 crypto_free_shash(server->secmech.md5); in cifs_crypto_shash_release() [all …]
|
D | link.c | 61 struct crypto_shash *md5; in symlink_hash() local 64 md5 = crypto_alloc_shash("md5", 0, 0); in symlink_hash() 65 if (IS_ERR(md5)) { in symlink_hash() 66 rc = PTR_ERR(md5); in symlink_hash() 71 size = sizeof(struct shash_desc) + crypto_shash_descsize(md5); in symlink_hash() 77 sdescmd5->shash.tfm = md5; in symlink_hash() 95 crypto_free_shash(md5); in symlink_hash()
|
D | cifsglob.h | 118 struct crypto_shash *md5; /* md5 hash function */ member
|
D | cifspdu.h | 2716 __u8 md5[32]; member
|
/linux-4.1.27/arch/sparc/crypto/ |
D | Makefile | 8 obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o 19 md5-sparc64-y := md5_asm.o md5_glue.o
|
/linux-4.1.27/arch/mips/cavium-octeon/crypto/ |
D | Makefile | 7 obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
|
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 549 struct tcp_md5sig_key **md5) in tcp_syn_options() argument 556 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options() 557 if (*md5) { in tcp_syn_options() 562 *md5 = NULL; in tcp_syn_options() 577 if (likely(sysctl_tcp_timestamps && !*md5)) { in tcp_syn_options() 617 const struct tcp_md5sig_key *md5, in tcp_synack_options() argument 624 if (md5) { in tcp_synack_options() 678 struct tcp_md5sig_key **md5) in tcp_established_options() argument 687 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_established_options() 688 if (unlikely(*md5)) { in tcp_established_options() [all …]
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 160 struct crypto_hash *md5; in make_checksum_hmac_md5() local 177 md5 = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC); in make_checksum_hmac_md5() 178 if (IS_ERR(md5)) in make_checksum_hmac_md5() 184 crypto_free_hash(md5); in make_checksum_hmac_md5() 188 desc.tfm = md5; in make_checksum_hmac_md5() 221 sg_init_one(sg, checksumdata, crypto_hash_digestsize(md5)); in make_checksum_hmac_md5() 222 err = crypto_hash_digest(&desc, sg, crypto_hash_digestsize(md5), in make_checksum_hmac_md5() 230 crypto_free_hash(md5); in make_checksum_hmac_md5()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54.h | 84 u8 md5[16]; member
|
/linux-4.1.27/crypto/ |
D | Makefile | 41 obj-$(CONFIG_CRYPTO_MD5) += md5.o
|
/linux-4.1.27/net/sctp/ |
D | Kconfig | 67 when in doubt select 'md5'
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 7 and pathname. The filedata hash is limited to 20 bytes (md5/sha1).
|
/linux-4.1.27/Documentation/isdn/ |
D | HiSax.cert | 47 files are protected by md5 checksums and the md5sum file is pgp signed by
|
/linux-4.1.27/lib/ |
D | Makefile | 13 sha1.o md5.o irq_regs.o argv_split.o \
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 61 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4recover.c | 90 md5_to_hex(char *out, char *md5) in md5_to_hex() argument 95 unsigned char c = md5[i]; in md5_to_hex()
|
/linux-4.1.27/include/net/ |
D | tcp.h | 1623 const struct tcp_md5sig_key *md5, 1638 const struct tcp_md5sig_key *md5,
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.c | 295 struct md5_state md5; member
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 1771 * md5 1774 Ability to assign md5 or sha1 as the selected alg is predicated on the
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1394 Format: { md5 | sha1 | rmd160 | sha256 | sha384
|