Searched refs:md5_hash (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A 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()
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 693 static int tcp_v6_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v6_md5_hash_hdr() argument 711 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v6_md5_hash_hdr() 721 memset(md5_hash, 0, 16); in tcp_v6_md5_hash_hdr() 725 static int tcp_v6_md5_hash_skb(char *md5_hash, in tcp_v6_md5_hash_skb() argument 758 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v6_md5_hash_skb() 768 memset(md5_hash, 0, 16); in tcp_v6_md5_hash_skb()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 88 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, 1412 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v4_md5_hash_hdr() argument 1429 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v4_md5_hash_hdr() 1439 memset(md5_hash, 0, 16); in tcp_v4_md5_hash_hdr() 1443 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key, in tcp_v4_md5_hash_skb() argument 1475 ahash_request_set_crypt(req, NULL, md5_hash, 0); in tcp_v4_md5_hash_skb() 1485 memset(md5_hash, 0, 16); in tcp_v4_md5_hash_skb()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1740 int tcp_v4_md5_hash_skb(char *md5_hash, const struct tcp_md5sig_key *key,
|