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 | 739 tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() 748 md5_final(&ctx, md5_hash); in tcp_v6_md5_hash_skb() 752 tcp_v6_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_skb() 772 md5_final(&ctx, md5_hash); in tcp_v6_init_req() 731 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 744 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 | 2030 void tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 3023 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_transmit_time() 3032 if (md5_hash) in tcp_parse_auth_options() 3033 *md5_hash = md5_tmp; in tcp_parse_auth_options() 3031 tcp_parse_auth_options(const struct tcphdr * th,const u8 ** md5_hash,const struct tcp_ao_hdr ** aoh) tcp_parse_auth_options() argument
|
| /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, 1562 tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument 1570 md5_final(&ctx, md5_hash); 1574 tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, argument 1594 md5_final(&ctx, md5_hash);
|
| H A D | tcp.c | 4964 const u8 **md5_hash, const u8 **ao_hash) 4973 *md5_hash = NULL; in tcp_do_parse_auth_options() 4994 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4996 *md5_hash = ptr; in tcp_do_parse_auth_options() 5000 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4967 tcp_do_parse_auth_options(const struct tcphdr * th,const u8 ** md5_hash,const u8 ** ao_hash) tcp_do_parse_auth_options() argument
|