Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dcrypto.c279 u8 new_passive,
1091 u8 new_passive, in tipc_crypto_key_set_state() argument
1098 c->key.keys = ((new_passive & KEY_MASK) << (KEY_BITS * 2)) | in tipc_crypto_key_set_state()
1253 u8 new_passive = 0; in tipc_crypto_key_try_align() local
1279 new_passive = (x <= 0) ? x + KEY_MAX : x; in tipc_crypto_key_try_align()
1283 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1285 if (new_passive) in tipc_crypto_key_try_align()
1286 rcu_assign_pointer(rx->aead[new_passive], tmp2); in tipc_crypto_key_try_align()