Home
last modified time | relevance | path

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

/net/tipc/
Dcrypto.c278 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c,
1101 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c, in tipc_crypto_key_set_state() function
1201 tipc_crypto_key_set_state(c, key.passive, key.active, in tipc_crypto_key_attach()
1239 tipc_crypto_key_set_state(c, 0, 0, 0); in tipc_crypto_key_flush()
1294 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align()
1460 tipc_crypto_key_set_state(tx, key.passive, 0, key.pending); in tipc_crypto_key_revoke()
1503 tipc_crypto_key_set_state(c, 0, 0, 0); in tipc_crypto_start()
1570 tipc_crypto_key_set_state(tx, key.passive, key.pending, 0); in tipc_crypto_timeout()
1589 tipc_crypto_key_set_state(rx, key.passive, key.active, 0); in tipc_crypto_timeout()
1599 tipc_crypto_key_set_state(rx, key.passive, key.active, 0); in tipc_crypto_timeout()
[all …]