Searched refs:md5_hash (Results 1 - 2 of 2) sorted by relevance

/net/ipv4/
H A Dtcp_ipv4.c94 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key,
1133 static int tcp_v4_md5_hash_hdr(char *md5_hash, const struct tcp_md5sig_key *key, argument
1152 if (crypto_hash_final(desc, md5_hash))
1161 memset(md5_hash, 0, 16);
1165 int tcp_v4_md5_hash_skb(char *md5_hash, struct tcp_md5sig_key *key, argument
1202 if (crypto_hash_final(desc, md5_hash))
1211 memset(md5_hash, 0, 16);
/net/ipv6/
H A Dtcp_ipv6.c579 static int tcp_v6_md5_hash_hdr(char *md5_hash, struct tcp_md5sig_key *key, argument
599 if (crypto_hash_final(desc, md5_hash))
608 memset(md5_hash, 0, 16);
612 static int tcp_v6_md5_hash_skb(char *md5_hash, struct tcp_md5sig_key *key, argument
650 if (crypto_hash_final(desc, md5_hash))
659 memset(md5_hash, 0, 16);

Completed in 243 milliseconds