Home
last modified time | relevance | path

Searched refs:tipc_crypto (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/tipc/
H A Dcrypto.h159 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 Dcrypto.c153 struct tipc_crypto *crypto;
203 struct tipc_crypto { struct
277 struct tipc_crypto *__rx);
287 struct tipc_crypto *rx,
1037 struct tipc_crypto *__rx) in tipc_ehdr_build()
1209 struct tipc_crypto *tx, *rx; in tipc_crypto_key_flush()
1316 struct tipc_crypto *rx, in tipc_crypto_key_pick_tx()
1465 struct tipc_crypto *c; in tipc_crypto_start()
2162 struct tipc_crypto *rx; in tipc_crypto_msg_rcv()
2354 struct tipc_crypto *rx = container_of(dwork, struct tipc_crypto, work); in tipc_crypto_work_rx()
[all …]
H A Dnode.h87 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 Dcore.h78 struct tipc_crypto;
141 struct tipc_crypto *crypto_tx;
H A Dnode.c146 struct tipc_crypto *crypto_rx;
280 struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n) in tipc_node_crypto_rx()
285 struct tipc_crypto *tipc_node_crypto_rx_by_list(struct list_head *pos) in tipc_node_crypto_rx_by_list()
290 struct tipc_crypto *tipc_node_crypto_rx_by_addr(struct net *net, u32 addr) in tipc_node_crypto_rx_by_addr()
2964 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key()
H A Dmsg.h120 struct tipc_crypto *rx;