Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dcrypto.c277 u8 new_pending);
281 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
1099 u8 new_pending) in tipc_crypto_key_set_state() argument
1106 ((new_pending & KEY_MASK)); in tipc_crypto_key_set_state()
1254 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending) in tipc_crypto_key_try_align() argument
1264 if (key.pending == new_pending) { in tipc_crypto_key_try_align()
1284 x = (key.passive - key.pending + new_pending) % KEY_MAX; in tipc_crypto_key_try_align()
1289 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1290 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align()
1296 new_pending); in tipc_crypto_key_try_align()