Home
last modified time | relevance | path

Searched defs:keypair (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireguard/
H A Dsend.c126 struct noise_keypair *keypair; in keep_key_fresh() local
162 static bool encrypt_packet(struct sk_buff *skb, struct noise_keypair *keypair) in encrypt_packet()
265 struct noise_keypair *keypair; in wg_packet_tx_worker() local
344 struct noise_keypair *keypair; in wg_packet_send_staged_packets() local
H A Dreceive.c222 struct noise_keypair *keypair; in keep_key_fresh() local
242 static bool decrypt_packet(struct sk_buff *skb, struct noise_keypair *keypair) in decrypt_packet()
441 struct noise_keypair *keypair; in wg_packet_rx_poll() local
H A Dqueueing.h61 struct noise_keypair *keypair; member