Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/fs/cifs/
Dlink.c53 struct crypto_shash *md5; in symlink_hash() local
56 md5 = crypto_alloc_shash("md5", 0, 0); in symlink_hash()
57 if (IS_ERR(md5)) { in symlink_hash()
58 rc = PTR_ERR(md5); in symlink_hash()
62 size = sizeof(struct shash_desc) + crypto_shash_descsize(md5); in symlink_hash()
69 sdescmd5->shash.tfm = md5; in symlink_hash()
87 crypto_free_shash(md5); in symlink_hash()
Dcifsencrypt.c689 if (server->secmech.md5) in cifs_crypto_shash_release()
690 crypto_free_shash(server->secmech.md5); in cifs_crypto_shash_release()
712 server->secmech.md5 = crypto_alloc_shash("md5", 0, 0); in cifs_crypto_shash_allocate()
713 if (IS_ERR(server->secmech.md5)) { in cifs_crypto_shash_allocate()
715 rc = PTR_ERR(server->secmech.md5); in cifs_crypto_shash_allocate()
732 crypto_shash_descsize(server->secmech.md5); in cifs_crypto_shash_allocate()
739 server->secmech.sdescmd5->shash.tfm = server->secmech.md5; in cifs_crypto_shash_allocate()
748 crypto_free_shash(server->secmech.md5); in cifs_crypto_shash_allocate()
Dcifsglob.h124 struct crypto_shash *md5; /* md5 hash function */ member
Dcifspdu.h2627 __u8 md5[32]; member
/linux-3.4.99/net/ipv4/
Dtcp_output.c568 struct tcp_md5sig_key **md5) in tcp_syn_options() argument
578 *md5 = tp->af_specific->md5_lookup(sk, sk); in tcp_syn_options()
579 if (*md5) { in tcp_syn_options()
584 *md5 = NULL; in tcp_syn_options()
599 if (likely(sysctl_tcp_timestamps && *md5 == NULL)) { in tcp_syn_options()
622 if (*md5 == NULL && in tcp_syn_options()
670 struct tcp_md5sig_key **md5, in tcp_synack_options() argument
680 *md5 = tcp_rsk(req)->af_specific->md5_lookup(sk, req); in tcp_synack_options()
681 if (*md5) { in tcp_synack_options()
693 *md5 = NULL; in tcp_synack_options()
[all …]
/linux-3.4.99/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c160 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-3.4.99/crypto/
DMakefile40 obj-$(CONFIG_CRYPTO_MD5) += md5.o
/linux-3.4.99/drivers/net/wireless/p54/
Dp54.h84 u8 md5[16]; member
/linux-3.4.99/lib/
DMakefile13 sha1.o md5.o irq_regs.o reciprocal_div.o argv_split.o \
/linux-3.4.99/Documentation/isdn/
DHiSax.cert47 files are protected by md5 checksums and the md5sum file is pgp signed by
/linux-3.4.99/fs/nfsd/
Dnfs4recover.c92 md5_to_hex(char *out, char *md5) in md5_to_hex() argument
97 unsigned char c = md5[i]; in md5_to_hex()
/linux-3.4.99/Documentation/crypto/
Dapi-intro.txt61 tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
/linux-3.4.99/include/net/
Dtcp.h1471 struct tcp_md5sig_key *md5,
1486 struct tcp_md5sig_key *md5,
/linux-3.4.99/drivers/crypto/
Dn2_core.c295 struct md5_state md5; member
/linux-3.4.99/Documentation/
Dkernel-parameters.txt1053 Format: { "sha1" | "md5" }