Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcrypto.h171 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key,
H A Dcrypto.c2191 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key, in tipc_crypto_key_distr() function
2362 rc = tipc_crypto_key_distr(tx, key, rx->node); in tipc_crypto_work_rx()
2465 rc = tipc_crypto_key_distr(tx, rc, NULL); in tipc_crypto_work_tx()
H A Dnode.c3033 if (!master_key && tipc_crypto_key_distr(tx, rc, NULL)) in __tipc_nl_node_set_key()