Searched refs:md5 (Results 1 - 3 of 3) sorted by relevance

/net/sctp/
H A DKconfig67 when in doubt select 'md5'
/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c160 struct crypto_hash *md5; local
177 md5 = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
178 if (IS_ERR(md5))
184 crypto_free_hash(md5);
188 desc.tfm = md5;
221 sg_init_one(sg, checksumdata, crypto_hash_digestsize(md5));
222 err = crypto_hash_digest(&desc, sg, crypto_hash_digestsize(md5),
230 crypto_free_hash(md5);
/net/ipv4/
H A Dtcp_output.c534 struct tcp_md5sig_key **md5)
541 *md5 = tp->af_specific->md5_lookup(sk, sk);
542 if (*md5) {
547 *md5 = NULL;
562 if (likely(sysctl_tcp_timestamps && *md5 == NULL)) {
598 struct tcp_md5sig_key **md5,
605 *md5 = tcp_rsk(req)->af_specific->md5_lookup(sk, req);
606 if (*md5) {
618 *md5 = NULL;
659 struct tcp_md5sig_key **md5)
532 tcp_syn_options(struct sock *sk, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5) argument
594 tcp_synack_options(struct sock *sk, struct request_sock *req, unsigned int mss, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5, struct tcp_fastopen_cookie *foc) argument
657 tcp_established_options(struct sock *sk, struct sk_buff *skb, struct tcp_out_options *opts, struct tcp_md5sig_key **md5) argument
896 struct tcp_md5sig_key *md5; local
1407 struct tcp_md5sig_key *md5; local
2839 struct tcp_md5sig_key *md5; local
[all...]

Completed in 210 milliseconds