Searched refs:md5_hash (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | link.c | 36 #define CIFS_MF_SYMLINK_MD5_ARGS(md5_hash) md5_hash argument 39 symlink_hash(unsigned int link_len, const char *link_str, u8 *md5_hash) in symlink_hash() argument 48 rc = crypto_shash_digest(md5, link_str, link_len, md5_hash); in symlink_hash() 63 u8 md5_hash[16]; in parse_mf_symlink() local 79 rc = symlink_hash(link_len, link_str, md5_hash); in parse_mf_symlink() 87 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in parse_mf_symlink() 108 u8 md5_hash[16]; in format_mf_symlink() local 118 rc = symlink_hash(link_len, link_str, md5_hash); in format_mf_symlink() 127 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in format_mf_symlink()
|
| /linux-6.15/include/net/ |
| H A D | tcp_ao.h | 346 const u8 **md5_hash, const u8 **ao_hash); 349 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 351 *md5_hash = NULL; in tcp_do_parse_auth_options()
|
| H A D | tcp.h | 1902 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 2847 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() argument 2856 if (md5_hash) in tcp_parse_auth_options() 2857 *md5_hash = md5_tmp; in tcp_parse_auth_options()
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 716 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() argument 731 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); in tcp_v6_md5_hash_hdr() 741 memset(md5_hash, 0, 16); in tcp_v6_md5_hash_hdr() 745 static int tcp_v6_md5_hash_skb(char *md5_hash, in tcp_v6_md5_hash_skb() argument 775 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); in tcp_v6_md5_hash_skb() 785 memset(md5_hash, 0, 16); in tcp_v6_md5_hash_skb()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_ipv4.c | 91 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 1603 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument 1617 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); 1627 memset(md5_hash, 0, 16); 1631 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, argument 1660 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); 1670 memset(md5_hash, 0, 16);
|
| H A D | tcp_input.c | 4388 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 4397 *md5_hash = NULL; in tcp_do_parse_auth_options() 4418 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4420 *md5_hash = ptr; in tcp_do_parse_auth_options() 4424 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options()
|