Searched refs:md5_hash (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | link.c | 38 #define CIFS_MF_SYMLINK_MD5_ARGS(md5_hash) md5_hash argument 48 u8 md5_hash[16]; in parse_mf_symlink() local 64 md5(link_str, link_len, md5_hash); in parse_mf_symlink() 68 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in parse_mf_symlink() 88 u8 md5_hash[16]; in format_mf_symlink() local 98 md5(link_str, link_len, md5_hash); in format_mf_symlink() 103 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in format_mf_symlink()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 713 tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_headers() 722 md5_final(&ctx, md5_hash); in tcp_v6_md5_hash_hdr() 726 tcp_v6_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() 746 md5_final(&ctx, md5_hash); in tcp_v6_md5_hash_hdr() 720 tcp_v6_md5_hash_hdr(char * md5_hash,const struct tcp_md5sig_key * key,const struct in6_addr * daddr,struct in6_addr * saddr,const struct tcphdr * th) tcp_v6_md5_hash_hdr() argument 749 tcp_v6_md5_hash_skb(char * md5_hash,const struct tcp_md5sig_key * key,const struct sock * sk,const struct sk_buff * skb) tcp_v6_md5_hash_skb() argument
|
| /linux/include/net/ |
| H A D | tcp.h | 1946 void tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 2891 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() argument 2900 if (md5_hash) in tcp_parse_auth_options() 2901 *md5_hash = md5_tmp; in tcp_parse_auth_options()
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 4475 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 4484 *md5_hash = NULL; in tcp_do_parse_auth_options() 4505 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4507 *md5_hash = ptr; in tcp_do_parse_auth_options() 4511 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options()
|