Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcrypto.c281 u8 new_pending);
285 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending);
1093 u8 new_pending) in tipc_crypto_key_set_state() argument
1100 ((new_pending & KEY_MASK)); in tipc_crypto_key_set_state()
1248 static bool tipc_crypto_key_try_align(struct tipc_crypto *rx, u8 new_pending) in tipc_crypto_key_try_align() argument
1258 if (key.pending == new_pending) { in tipc_crypto_key_try_align()
1278 x = (key.passive - key.pending + new_pending) % KEY_MAX; in tipc_crypto_key_try_align()
1283 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1284 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align()
1290 new_pending); in tipc_crypto_key_try_align()