Home
last modified time | relevance | path

Searched refs:tipc_crypto_key_distr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/tipc/
H A Dcrypto.h171 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key,
H A Dcrypto.c2196 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key, in tipc_crypto_key_distr() function
2367 rc = tipc_crypto_key_distr(tx, key, rx->node); in tipc_crypto_work_rx()
2470 rc = tipc_crypto_key_distr(tx, rc, NULL); in tipc_crypto_work_tx()
H A Dnode.c3031 if (!master_key && tipc_crypto_key_distr(tx, rc, NULL)) in __tipc_nl_node_set_key()