Searched refs:ao_hash (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/
H A Dtcp_ao.h212 char *ao_hash, struct tcp_ao_key *key,
239 int tcp_ao_hash_hdr(unsigned short family, char *ao_hash,
253 int tcp_v4_ao_synack_hash(char *ao_hash, struct tcp_ao_key *mkt,
264 int tcp_v4_ao_hash_skb(char *ao_hash, struct tcp_ao_key *key,
283 int tcp_v6_ao_hash_skb(char *ao_hash, struct tcp_ao_key *key,
287 int tcp_v6_ao_synack_hash(char *ao_hash, struct tcp_ao_key *ao_key,
376 const u8 **md5_hash, const u8 **ao_hash);
379 const u8 **md5_hash, const u8 **ao_hash)
382 *ao_hash = NULL;
378 tcp_do_parse_auth_options(const struct tcphdr *th, const u8 **md5_hash, const u8 **ao_hash) argument
H A Dtcp.h2275 int (*ao_synack_hash)(char *ao_hash, struct tcp_ao_key *mkt,
/linux-master/net/ipv6/
H A Dtcp_ao.c134 int tcp_v6_ao_hash_skb(char *ao_hash, struct tcp_ao_key *key, argument
138 return tcp_ao_hash_skb(AF_INET6, ao_hash, key, sk, skb, tkey,
148 int tcp_v6_ao_synack_hash(char *ao_hash, struct tcp_ao_key *ao_key, argument
163 err = tcp_ao_hash_skb(AF_INET6, ao_hash, ao_key, req_to_sk(req), skb,
/linux-master/net/ipv4/
H A Dtcp_ao.c541 int tcp_ao_hash_hdr(unsigned short int family, char *ao_hash, argument
548 int hash_offset = ao_hash - (char *)th;
583 ao_hash, hash_offset, tcp_ao_maclen(key)))
589 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
597 memset(ao_hash, 0, tcp_ao_maclen(key));
603 char *ao_hash, struct tcp_ao_key *key,
632 ao_hash, hash_offset, tcp_ao_maclen(key)))
640 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
648 memset(ao_hash, 0, tcp_ao_maclen(key));
653 int tcp_v4_ao_hash_skb(char *ao_hash, struc argument
602 tcp_ao_hash_skb(unsigned short int family, char *ao_hash, struct tcp_ao_key *key, const struct sock *sk, const struct sk_buff *skb, const u8 *tkey, int hash_offset, u32 sne) argument
661 tcp_v4_ao_synack_hash(char *ao_hash, struct tcp_ao_key *ao_key, struct request_sock *req, const struct sk_buff *skb, int hash_offset, u32 sne) argument
[all...]
H A Dtcp_input.c4295 const u8 **md5_hash, const u8 **ao_hash)
4305 *ao_hash = NULL;
4325 if (unlikely(*md5_hash || *ao_hash))
4331 if (unlikely(*md5_hash || *ao_hash))
4333 *ao_hash = ptr;
4294 tcp_do_parse_auth_options(const struct tcphdr *th, const u8 **md5_hash, const u8 **ao_hash) argument

Completed in 402 milliseconds