Searched refs:ao_hash (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| H A D | tcp_ao.c | 134 int tcp_v6_ao_hash_skb(char *ao_hash, struct tcp_ao_key *key, in tcp_v6_ao_hash_skb() argument 138 return tcp_ao_hash_skb(AF_INET6, ao_hash, key, sk, skb, tkey, in tcp_v6_ao_hash_skb() 148 int tcp_v6_ao_synack_hash(char *ao_hash, struct tcp_ao_key *ao_key, in tcp_v6_ao_synack_hash() argument 163 err = tcp_ao_hash_skb(AF_INET6, ao_hash, ao_key, req_to_sk(req), skb, in tcp_v6_ao_synack_hash()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 559 int tcp_ao_hash_hdr(unsigned short int family, char *ao_hash, in tcp_ao_hash_hdr() argument 566 int hash_offset = ao_hash - (char *)th; in tcp_ao_hash_hdr() 601 ao_hash, hash_offset, tcp_ao_maclen(key))) in tcp_ao_hash_hdr() 607 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key)); in tcp_ao_hash_hdr() 615 memset(ao_hash, 0, tcp_ao_maclen(key)); in tcp_ao_hash_hdr() 621 char *ao_hash, struct tcp_ao_key *key, in tcp_ao_hash_skb() argument 650 ao_hash, hash_offset, tcp_ao_maclen(key))) in tcp_ao_hash_skb() 658 memcpy(ao_hash, hash_buf, tcp_ao_maclen(key)); in tcp_ao_hash_skb() 666 memset(ao_hash, 0, tcp_ao_maclen(key)); in tcp_ao_hash_skb() 671 int tcp_v4_ao_hash_skb(char *ao_hash, struct tcp_ao_key *key, in tcp_v4_ao_hash_skb() argument [all …]
|
| H A D | tcp_input.c | 4475 const u8 **md5_hash, const u8 **ao_hash) in tcp_do_parse_auth_options() argument 4485 *ao_hash = NULL; in tcp_do_parse_auth_options() 4505 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4511 if (unlikely(*md5_hash || *ao_hash)) in tcp_do_parse_auth_options() 4513 *ao_hash = ptr; in tcp_do_parse_auth_options()
|
| /linux/include/net/ |
| H A D | tcp.h | 2396 int (*ao_synack_hash)(char *ao_hash, struct tcp_ao_key *mkt,
|