Searched refs:tipc_crypto (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.h | 159 int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net, 161 void tipc_crypto_stop(struct tipc_crypto **crypto); 162 void tipc_crypto_timeout(struct tipc_crypto *rx); 166 int tipc_crypto_rcv(struct net *net, struct tipc_crypto *rx, 168 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, 170 void tipc_crypto_key_flush(struct tipc_crypto *c); 171 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key, 174 void tipc_crypto_rekeying_sched(struct tipc_crypto *tx, bool changed,
|
H A D | crypto.c | 151 struct tipc_crypto *crypto; 175 * struct tipc_crypto - TIPC TX/RX crypto structure 199 struct tipc_crypto { struct 273 struct tipc_crypto *__rx); 274 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c, 278 static int tipc_crypto_key_attach(struct tipc_crypto *c, 281 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending); 282 static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx, 283 struct tipc_crypto *rx, 286 static void tipc_crypto_key_synch(struct tipc_crypto *r [all...] |
H A D | node.h | 87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n); 88 struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos); 89 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr);
|
H A D | core.h | 78 struct tipc_crypto; 144 struct tipc_crypto *crypto_tx;
|
H A D | node.c | 139 struct tipc_crypto *crypto_rx; 272 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx() 277 struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos) in tipc_node_crypto_rx_by_list() 282 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr) in tipc_node_crypto_rx_by_addr() 2919 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key()
|
H A D | msg.h | 120 struct tipc_crypto *rx;
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.h | 159 int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net, 161 void tipc_crypto_stop(struct tipc_crypto **crypto); 162 void tipc_crypto_timeout(struct tipc_crypto *rx); 166 int tipc_crypto_rcv(struct net *net, struct tipc_crypto *rx, 168 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, 170 void tipc_crypto_key_flush(struct tipc_crypto *c); 171 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key, 174 void tipc_crypto_rekeying_sched(struct tipc_crypto *tx, bool changed,
|
H A D | crypto.c | 153 struct tipc_crypto *crypto; 178 * struct tipc_crypto - TIPC TX/RX crypto structure 203 struct tipc_crypto { struct 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 *r [all...] |
H A D | node.h | 87 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n); 88 struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos); 89 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr);
|
H A D | core.h | 79 struct tipc_crypto; 142 struct tipc_crypto *crypto_tx;
|
H A D | node.c | 148 struct tipc_crypto *crypto_rx; 282 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx() 287 struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos) in tipc_node_crypto_rx_by_list() 292 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr) in tipc_node_crypto_rx_by_addr() 2965 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key()
|
H A D | msg.h | 120 struct tipc_crypto *rx;
|
Completed in 17 milliseconds