| H A D | crypto.c | 1 // SPDX-License-Identifier: GPL-2.0 75 STAT_BADKEYS, /* tx only */ 76 STAT_BADMSGS = STAT_BADKEYS, /* rx only */ 94 * struct tipc_key - TIPC keys' status indicator 97 * +---- 847 struct tipc_crypto *tx = aead->crypto; tipc_aead_encrypt_done() local 1213 struct tipc_crypto *tx, *rx; tipc_crypto_key_flush() local 1257 tipc_crypto_key_try_align(struct tipc_crypto * rx,u8 new_pending) tipc_crypto_key_try_align() argument 1319 tipc_crypto_key_pick_tx(struct tipc_crypto * tx,struct tipc_crypto * rx,struct sk_buff * skb,u8 tx_key) tipc_crypto_key_pick_tx() argument 1320 tipc_crypto_key_pick_tx(struct tipc_crypto * tx,struct tipc_crypto * rx,struct sk_buff * skb,u8 tx_key) tipc_crypto_key_pick_tx() argument 1390 tipc_crypto_key_synch(struct tipc_crypto * rx,struct sk_buff * skb) tipc_crypto_key_synch() argument 1393 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; tipc_crypto_key_synch() local 1450 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; tipc_crypto_key_revoke() local 1551 tipc_crypto_timeout(struct tipc_crypto * rx) tipc_crypto_timeout() argument 1554 struct tipc_crypto *tx = tn->crypto_tx; tipc_crypto_timeout() local 1694 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; tipc_crypto_xmit() local 1814 tipc_crypto_rcv(struct net * net,struct tipc_crypto * rx,struct sk_buff ** skb,struct tipc_bearer * b) tipc_crypto_rcv() argument 1817 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; tipc_crypto_rcv() local 1902 struct tipc_crypto *rx = aead->crypto; tipc_crypto_rcv_complete() local 2010 struct tipc_crypto *tx = tn->crypto_tx, *rx; tipc_crypto_do_cmd() local 2166 struct tipc_crypto *rx; tipc_crypto_msg_rcv() local 2200 tipc_crypto_key_distr(struct tipc_crypto * tx,u8 key,struct tipc_node * dest) tipc_crypto_key_distr() argument 2287 tipc_crypto_key_rcv(struct tipc_crypto * rx,struct tipc_msg * hdr) tipc_crypto_key_rcv() argument 2289 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; tipc_crypto_key_rcv() local 2358 struct tipc_crypto *rx = container_of(dwork, struct tipc_crypto, work); tipc_crypto_work_rx() local 2359 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; tipc_crypto_work_rx() local 2415 tipc_crypto_rekeying_sched(struct tipc_crypto * tx,bool changed,u32 new_intv) tipc_crypto_rekeying_sched() argument 2447 struct tipc_crypto *tx = container_of(dwork, struct tipc_crypto, work); tipc_crypto_work_tx() local [all...] |