Home
last modified time | relevance | path

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

/openbmc/linux/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.h142 struct tipc_crypto *crypto_tx; member
H A Dcrypto.c1211 tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_flush()
1384 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch()
1441 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke()
1545 struct tipc_crypto *tx = tn->crypto_tx; in tipc_crypto_timeout()
1685 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit()
1808 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv()
2001 struct tipc_crypto *tx = tn->crypto_tx, *rx; in tipc_crypto_do_cmd()
2280 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_rcv()
2350 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_work_rx()
H A Dnode.c2966 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key()
3061 tipc_crypto_key_flush(tn->crypto_tx); in __tipc_nl_node_flush_key()