Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c275 u8 new_passive,
1095 u8 new_passive, in tipc_crypto_key_set_state() argument
1102 c->key.keys = ((new_passive & KEY_MASK) << (KEY_BITS * 2)) | in tipc_crypto_key_set_state()
1257 u8 new_passive = 0; in tipc_crypto_key_try_align() local
1283 new_passive = (x <= 0) ? x + KEY_MAX : x; in tipc_crypto_key_try_align()
1287 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1289 if (new_passive) in tipc_crypto_key_try_align()
1290 rcu_assign_pointer(rx->aead[new_passive], tmp2); in tipc_crypto_key_try_align()