Searched refs:md5_hash (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | link.c | 37 #define CIFS_MF_SYMLINK_MD5_ARGS(md5_hash) md5_hash argument 47 u8 md5_hash[16]; in parse_mf_symlink() local 63 md5(link_str, link_len, md5_hash); in parse_mf_symlink() 67 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in parse_mf_symlink() 87 u8 md5_hash[16]; in format_mf_symlink() local 97 md5(link_str, link_len, md5_hash); in format_mf_symlink() 102 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in format_mf_symlink()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 714 tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() argument 723 md5_final(&ctx, md5_hash); in tcp_v6_md5_hash_hdr() 727 tcp_v6_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb() argument 747 md5_final(&ctx, md5_hash); in tcp_v6_md5_hash_skb()
|
| /linux/include/net/ |
| H A D | tcp.h | 2007 void tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 2948 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() argument 2957 if (md5_hash) in tcp_parse_auth_options() 2958 *md5_hash = md5_tmp; in tcp_parse_auth_options()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 96 static void tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 1591 tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument 1599 md5_final(&ctx, md5_hash); 1603 tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, argument 1623 md5_final(&ctx, md5_hash);
|
| H A D | tcp_input.c | 4722 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 4731 *md5_hash = NULL; in tcp_do_parse_auth_options() 4752 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4754 *md5_hash = ptr; in tcp_do_parse_auth_options() 4758 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options()
|