Lines Matching refs:tipc_crypto

153 	struct tipc_crypto *crypto;
178 * struct tipc_crypto - TIPC TX/RX crypto structure
203 struct tipc_crypto {
277 struct tipc_crypto *__rx);
278 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c,
282 static int tipc_crypto_key_attach(struct tipc_crypto *c,
285 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
286 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx,
287 struct tipc_crypto *rx,
290 static void tipc_crypto_key_synch(struct tipc_crypto *rx, struct sk_buff *skb);
300 static char *tipc_crypto_key_dump(struct tipc_crypto *c, char *buf);
305 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr);
839 struct tipc_crypto *tx = aead->crypto;
1032 struct tipc_crypto *__rx)
1090 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c,
1119 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
1147 static int tipc_crypto_key_attach(struct tipc_crypto *c,
1202 void tipc_crypto_key_flush(struct tipc_crypto *c)
1204 struct tipc_crypto *tx, *rx;
1248 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending)
1310 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx,
1311 struct tipc_crypto *rx,
1381 static void tipc_crypto_key_synch(struct tipc_crypto *rx, struct sk_buff *skb)
1384 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
1441 struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
1457 int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net,
1460 struct tipc_crypto *c;
1472 c->wq = alloc_ordered_workqueue("tipc_crypto", 0);
1513 void tipc_crypto_stop(struct tipc_crypto **crypto)
1515 struct tipc_crypto *c = *crypto;
1542 void tipc_crypto_timeout(struct tipc_crypto *rx)
1545 struct tipc_crypto *tx = tn->crypto_tx;
1684 struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode);
1685 struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
1805 int tipc_crypto_rcv(struct net *net, struct tipc_crypto *rx,
1808 struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
1893 struct tipc_crypto *rx = aead->crypto;
2001 struct tipc_crypto *tx = tn->crypto_tx, *rx;
2071 static char *tipc_crypto_key_dump(struct tipc_crypto *c, char *buf)
2157 struct tipc_crypto *rx;
2191 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key,
2278 static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr)
2280 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
2349 struct tipc_crypto *rx = container_of(dwork, struct tipc_crypto, work);
2350 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
2406 void tipc_crypto_rekeying_sched(struct tipc_crypto *tx, bool changed,
2438 struct tipc_crypto *tx = container_of(dwork, struct tipc_crypto, work);