Searched refs:new_key (Results 1 – 2 of 2) sorted by relevance
1157 u8 new_key; in tipc_crypto_key_attach() local1162 new_key = KEY_MASTER; in tipc_crypto_key_attach()1172 new_key = key.pending; in tipc_crypto_key_attach()1177 new_key = pos; in tipc_crypto_key_attach()1181 new_key = pos; in tipc_crypto_key_attach()1186 new_key = key.pending; in tipc_crypto_key_attach()1192 tipc_aead_rcu_replace(c->aead[new_key], aead, &c->lock); in tipc_crypto_key_attach()1199 rc = new_key; in tipc_crypto_key_attach()
1888 struct sw_flow_key *new_key; in ovs_nla_get_identifier() local1894 new_key = kmalloc(sizeof(*new_key), GFP_KERNEL); in ovs_nla_get_identifier()1895 if (!new_key) in ovs_nla_get_identifier()1897 memcpy(new_key, key, sizeof(*key)); in ovs_nla_get_identifier()1898 sfid->unmasked_key = new_key; in ovs_nla_get_identifier()