net/tipc/core.h
142
struct tipc_crypto *crypto_tx;
net/tipc/core.h
79
struct tipc_crypto;
net/tipc/crypto.c
1041
struct tipc_crypto *__rx)
net/tipc/crypto.c
1099
static inline void tipc_crypto_key_set_state(struct tipc_crypto *c,
net/tipc/crypto.c
1128
int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
net/tipc/crypto.c
1156
static int tipc_crypto_key_attach(struct tipc_crypto *c,
net/tipc/crypto.c
1211
void tipc_crypto_key_flush(struct tipc_crypto *c)
net/tipc/crypto.c
1213
struct tipc_crypto *tx, *rx;
net/tipc/crypto.c
1257
static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending)
net/tipc/crypto.c
1319
static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx,
net/tipc/crypto.c
1320
struct tipc_crypto *rx,
net/tipc/crypto.c
1390
static void tipc_crypto_key_synch(struct tipc_crypto *rx, struct sk_buff *skb)
net/tipc/crypto.c
1393
struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
net/tipc/crypto.c
1450
struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
net/tipc/crypto.c
1466
int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net,
net/tipc/crypto.c
1469
struct tipc_crypto *c;
net/tipc/crypto.c
1522
void tipc_crypto_stop(struct tipc_crypto **crypto)
net/tipc/crypto.c
1524
struct tipc_crypto *c = *crypto;
net/tipc/crypto.c
153
struct tipc_crypto *crypto;
net/tipc/crypto.c
1551
void tipc_crypto_timeout(struct tipc_crypto *rx)
net/tipc/crypto.c
1554
struct tipc_crypto *tx = tn->crypto_tx;
net/tipc/crypto.c
1693
struct tipc_crypto *__rx = tipc_node_crypto_rx(__dnode);
net/tipc/crypto.c
1694
struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
net/tipc/crypto.c
1814
int tipc_crypto_rcv(struct net *net, struct tipc_crypto *rx,
net/tipc/crypto.c
1817
struct tipc_crypto *tx = tipc_net(net)->crypto_tx;
net/tipc/crypto.c
1902
struct tipc_crypto *rx = aead->crypto;
net/tipc/crypto.c
2010
struct tipc_crypto *tx = tn->crypto_tx, *rx;
net/tipc/crypto.c
2080
static char *tipc_crypto_key_dump(struct tipc_crypto *c, char *buf)
net/tipc/crypto.c
2166
struct tipc_crypto *rx;
net/tipc/crypto.c
2200
int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key,
net/tipc/crypto.c
2287
static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr)
net/tipc/crypto.c
2289
struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
net/tipc/crypto.c
2358
struct tipc_crypto *rx = container_of(dwork, struct tipc_crypto, work);
net/tipc/crypto.c
2359
struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx;
net/tipc/crypto.c
2415
void tipc_crypto_rekeying_sched(struct tipc_crypto *tx, bool changed,
net/tipc/crypto.c
2447
struct tipc_crypto *tx = container_of(dwork, struct tipc_crypto, work);
net/tipc/crypto.c
277
struct tipc_crypto *__rx);
net/tipc/crypto.c
278
static inline void tipc_crypto_key_set_state(struct tipc_crypto *c,
net/tipc/crypto.c
282
static int tipc_crypto_key_attach(struct tipc_crypto *c,
net/tipc/crypto.c
285
static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
net/tipc/crypto.c
286
static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx,
net/tipc/crypto.c
287
struct tipc_crypto *rx,
net/tipc/crypto.c
290
static void tipc_crypto_key_synch(struct tipc_crypto *rx, struct sk_buff *skb);
net/tipc/crypto.c
300
static char *tipc_crypto_key_dump(struct tipc_crypto *c, char *buf);
net/tipc/crypto.c
305
static bool tipc_crypto_key_rcv(struct tipc_crypto *rx, struct tipc_msg *hdr);
net/tipc/crypto.c
847
struct tipc_crypto *tx = aead->crypto;
net/tipc/crypto.h
159
int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net,
net/tipc/crypto.h
161
void tipc_crypto_stop(struct tipc_crypto **crypto);
net/tipc/crypto.h
162
void tipc_crypto_timeout(struct tipc_crypto *rx);
net/tipc/crypto.h
166
int tipc_crypto_rcv(struct net *net, struct tipc_crypto *rx,
net/tipc/crypto.h
168
int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
net/tipc/crypto.h
170
void tipc_crypto_key_flush(struct tipc_crypto *c);
net/tipc/crypto.h
171
int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key,
net/tipc/crypto.h
174
void tipc_crypto_rekeying_sched(struct tipc_crypto *tx, bool changed,
net/tipc/msg.h
120
struct tipc_crypto *rx;
net/tipc/node.c
146
struct tipc_crypto *crypto_rx;
net/tipc/node.c
280
struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n)
net/tipc/node.c
285
struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos)
net/tipc/node.c
290
struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr)
net/tipc/node.c
2964
struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx;
net/tipc/node.h
87
struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
net/tipc/node.h
88
struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos);
net/tipc/node.h
89
struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr);