tipc_crypto_key_init
rc = tipc_crypto_key_init(rx, rx->skey, rx->skey_mode, false);
tipc_crypto_key_init(tx, skey, PER_NODE_KEY, false);
int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
rc = tipc_crypto_key_init(c, ukey, mode, master_key);