Home
last modified time | relevance | path

Searched refs:crypto_tx (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/tipc/
H A Dcore.c72 err = tipc_crypto_start(&tn->crypto_tx, net, NULL); in tipc_init_net()
101 tipc_crypto_stop(&tn->crypto_tx); in tipc_init_net()
119 tipc_crypto_stop(&tipc_net(net)->crypto_tx); in tipc_exit_net()
H A Dcore.h141 struct tipc_crypto *crypto_tx; member
H A Dcrypto.c1216 tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_flush()
1389 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch()
1446 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke()
1550 struct tipc_crypto *tx = tn->crypto_tx; in tipc_crypto_timeout()
1690 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit()
1813 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv()
2006 struct tipc_crypto *tx = tn->crypto_tx, *rx; in tipc_crypto_do_cmd()
2285 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_rcv()
2355 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_work_rx()
H A Dnode.c2964 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key()
3059 tipc_crypto_key_flush(tn->crypto_tx); in __tipc_nl_node_flush_key()