Searched refs:md5_hash (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | link.c | 35 #define CIFS_MF_SYMLINK_MD5_ARGS(md5_hash) md5_hash argument 38 symlink_hash(unsigned int link_len, const char *link_str, u8 *md5_hash) in symlink_hash() argument 47 rc = crypto_shash_digest(md5, link_str, link_len, md5_hash); in symlink_hash() 62 u8 md5_hash[16]; in parse_mf_symlink() local 78 rc = symlink_hash(link_len, link_str, md5_hash); in parse_mf_symlink() 86 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in parse_mf_symlink() 107 u8 md5_hash[16]; in format_mf_symlink() local 117 rc = symlink_hash(link_len, link_str, md5_hash); in format_mf_symlink() 126 CIFS_MF_SYMLINK_MD5_ARGS(md5_hash)); in format_mf_symlink()
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 345 const u8 **md5_hash, const u8 **ao_hash); 348 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 350 *md5_hash = NULL; in tcp_do_parse_auth_options()
|
D | tcp.h | 1830 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, 2765 const u8 **md5_hash, const struct tcp_ao_hdr **aoh) in tcp_parse_auth_options() argument 2774 if (md5_hash) in tcp_parse_auth_options() 2775 *md5_hash = md5_tmp; in tcp_parse_auth_options()
|
/linux-6.12.1/net/ipv6/ |
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.12.1/net/ipv4/ |
D | tcp_ipv4.c | 90 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 1589 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument 1603 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); 1613 memset(md5_hash, 0, 16); 1617 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, argument 1646 ahash_request_set_crypt(hp.req, NULL, md5_hash, 0); 1656 memset(md5_hash, 0, 16);
|
D | tcp_input.c | 4364 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 4373 *md5_hash = NULL; in tcp_do_parse_auth_options() 4394 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4396 *md5_hash = ptr; in tcp_do_parse_auth_options() 4400 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options()
|