Searched refs:tipc_crypto_key_distr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | crypto.h | 171 int tipc_crypto_key_distr(struct tipc_crypto *tx, u8 key,
|
H A D | crypto.c | 2191 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 D | node.c | 3033 if (!master_key && tipc_crypto_key_distr(tx, rc, NULL)) in __tipc_nl_node_set_key()
|