Home
last modified time | relevance | path

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

/Linux-v6.1/net/tipc/
Dcrypto.h168 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
Dcrypto.c1119 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, in tipc_crypto_key_init() function
2375 rc = tipc_crypto_key_init(rx, rx->skey, rx->skey_mode, false); in tipc_crypto_work_rx()
2462 tipc_crypto_key_init(tx, skey, PER_NODE_KEY, false); in tipc_crypto_work_tx()
Dnode.c3019 rc = tipc_crypto_key_init(c, ukey, mode, master_key); in __tipc_nl_node_set_key()