Searched refs:new_passive (Results 1 – 1 of 1) sorted by relevance
279 u8 new_passive,1098 u8 new_passive, in tipc_crypto_key_set_state() argument1105 c->key.keys = ((new_passive & KEY_MASK) << (KEY_BITS * 2)) | in tipc_crypto_key_set_state()1260 u8 new_passive = 0; in tipc_crypto_key_try_align() local1286 new_passive = (x <= 0) ? x + KEY_MAX : x; in tipc_crypto_key_try_align()1290 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()1292 if (new_passive) in tipc_crypto_key_try_align()1293 rcu_assign_pointer(rx->aead[new_passive], tmp2); in tipc_crypto_key_try_align()