Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dcore.c72 err = tipc_crypto_start(&tn->crypto_tx, net, NULL); in tipc_init_net()
103 tipc_crypto_stop(&tn->crypto_tx); in tipc_init_net()
121 tipc_crypto_stop(&tipc_net(net)->crypto_tx); in tipc_exit_net()
H A Dcrypto.c1215 tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_flush()
1388 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch()
1445 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke()
1549 struct tipc_crypto *tx = tn->crypto_tx; in tipc_crypto_timeout()
1689 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit()
1812 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv()
2004 struct tipc_crypto *tx = tn->crypto_tx, *rx; in tipc_crypto_do_cmd()
2283 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_rcv()
2353 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_work_rx()
H A Dcore.h144 struct tipc_crypto *crypto_tx; member
H A Dnode.c2915 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key()
3010 tipc_crypto_key_flush(tn->crypto_tx); in __tipc_nl_node_flush_key()