Searched refs:new_key (Results 1 – 2 of 2) sorted by relevance
1153 u8 new_key; in tipc_crypto_key_attach() local1158 new_key = KEY_MASTER; in tipc_crypto_key_attach()1168 new_key = key.pending; in tipc_crypto_key_attach()1173 new_key = pos; in tipc_crypto_key_attach()1177 new_key = pos; in tipc_crypto_key_attach()1182 new_key = key.pending; in tipc_crypto_key_attach()1188 tipc_aead_rcu_replace(c->aead[new_key], aead, &c->lock); in tipc_crypto_key_attach()1195 rc = new_key; in tipc_crypto_key_attach()
1911 struct sw_flow_key *new_key; in ovs_nla_get_identifier() local1917 new_key = kmalloc(sizeof(*new_key), GFP_KERNEL); in ovs_nla_get_identifier()1918 if (!new_key) in ovs_nla_get_identifier()1920 memcpy(new_key, key, sizeof(*key)); in ovs_nla_get_identifier()1921 sfid->unmasked_key = new_key; in ovs_nla_get_identifier()