Lines Matching refs:ao_key
883 tot_len += tcp_ao_len_aligned(key->ao_key); in tcp_v6_send_response()
938 (tcp_ao_len(key->ao_key) << 16) | in tcp_v6_send_response()
939 (key->ao_key->sndid << 8) | in tcp_v6_send_response()
942 tcp_ao_hash_hdr(AF_INET6, (char *)topt, key->ao_key, in tcp_v6_send_response()
1107 &key.ao_key, &key.traffic_key, in tcp_v6_send_reset()
1175 key.ao_key = tcp_ao_established_key(sk, ao_info,
1179 if (key.ao_key) {
1182 key.traffic_key = snd_other_key(key.ao_key);
1231 key.ao_key = tcp_ao_do_lookup(sk, l3index,
1234 if (unlikely(!key.ao_key)) {
1236 key.ao_key = tcp_ao_do_lookup(sk, l3index,
1242 if (!key.ao_key) {
1251 key.traffic_key = kmalloc(tcp_ao_digest_size(key.ao_key), GFP_ATOMIC);
1257 tcp_v6_ao_calc_key_rsk(key.ao_key, key.traffic_key, req);