Searched refs:md5_hash (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/smb/client/
H A Dlink.c35 #define CIFS_MF_SYMLINK_MD5_ARGS(md5_hash) md5_hash
38 symlink_hash(unsigned int link_len, const char *link_str, u8 *md5_hash) argument
47 rc = crypto_shash_digest(md5, link_str, link_len, md5_hash);
62 u8 md5_hash[16]; local
78 rc = symlink_hash(link_len, link_str, md5_hash);
86 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash));
107 u8 md5_hash[16]; local
117 rc = symlink_hash(link_len, link_str, md5_hash);
126 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash));
[all...]
/linux-master/include/net/
H A Dtcp_ao.h376 const u8 **md5_hash, const u8 **ao_hash);
379 const u8 **md5_hash, const u8 **ao_hash)
381 *md5_hash = NULL;
378 tcp_do_parse_auth_options(const struct tcphdr *th, const u8 **md5_hash, const u8 **ao_hash) argument
H A Dtcp.h1824 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key,
2749 const u8 **md5_hash, const struct tcp_ao_hdr **aoh)
2758 if (md5_hash)
2759 *md5_hash = md5_tmp;
2748 tcp_parse_auth_options(const struct tcphdr *th, const u8 **md5_hash, const struct tcp_ao_hdr **aoh) argument
/linux-master/net/ipv6/
H A Dtcp_ipv6.c720 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument
735 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0);
745 memset(md5_hash, 0, 16);
749 static int tcp_v6_md5_hash_skb(char *md5_hash, argument
779 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0);
789 memset(md5_hash, 0, 16);
/linux-master/net/ipv4/
H A Dtcp_ipv4.c88 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key,
1587 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument
1601 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0);
1611 memset(md5_hash, 0, 16);
1615 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, argument
1644 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0);
1654 memset(md5_hash, 0, 16);
H A Dtcp_input.c4292 const u8 **md5_hash, const u8 **ao_hash)
4301 *md5_hash = NULL;
4322 if (unlikely(*md5_hash || *ao_hash))
4324 *md5_hash = ptr;
4328 if (unlikely(*md5_hash || *ao_hash))
4291 tcp_do_parse_auth_options(const struct tcphdr *th, const u8 **md5_hash, const u8 **ao_hash) argument

Completed in 187 milliseconds