Home
last modified time | relevance | path

Searched refs:tcp_ao_digest_size (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv6/
H A Dtcp_ao.c44 tmp->outlen = htons(tcp_ao_digest_size(mkt) * 8); /* in bits */ in tcp_v6_ao_calc_key()
155 hash_buf = kmalloc(tcp_ao_digest_size(ao_key), GFP_ATOMIC); in tcp_v6_ao_synack_hash()
/linux/net/ipv4/
H A Dtcp_ao.c47 memset(key, 0, tcp_ao_digest_size(mkt)); in tcp_ao_calc_traffic_key()
366 tmp->outlen = htons(tcp_ao_digest_size(mkt) * 8); /* in bits */ in tcp_v4_ao_calc_key()
566 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_hdr()
627 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_skb()
687 hash_buf = kmalloc(tcp_ao_digest_size(ao_key), GFP_ATOMIC); in tcp_v4_ao_synack_hash()
775 *traffic_key = kmalloc(tcp_ao_digest_size(*key), GFP_ATOMIC); in tcp_ao_prepare_reset()
828 tkey_buf = kmalloc(tcp_ao_digest_size(key), GFP_ATOMIC); in tcp_ao_transmit_skb()
919 hash_buf = kmalloc(tcp_ao_digest_size(key), GFP_ATOMIC); in tcp_ao_verify_hash()
1059 traffic_key = kmalloc(tcp_ao_digest_size(key), GFP_ATOMIC); in tcp_inbound_ao_hash()
H A Dtcp_ipv4.c1147 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC);
/linux/include/net/
H A Dtcp_ao.h81 static inline unsigned int tcp_ao_digest_size(struct tcp_ao_key *key) in tcp_ao_digest_size() function