Searched refs:tipc_crypto_key_set_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 274 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c, 1094 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c, in tipc_crypto_key_set_state() function 1194 tipc_crypto_key_set_state(c, key.passive, key.active, in tipc_crypto_key_attach() 1232 tipc_crypto_key_set_state(c, 0, 0, 0); in tipc_crypto_key_flush() 1287 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align() 1453 tipc_crypto_key_set_state(tx, key.passive, 0, key.pending); in tipc_crypto_key_revoke() 1496 tipc_crypto_key_set_state(c, 0, 0, 0); in tipc_crypto_start() 1563 tipc_crypto_key_set_state(tx, key.passive, key.pending, 0); in tipc_crypto_timeout() 1582 tipc_crypto_key_set_state(rx, key.passive, key.active, 0); in tipc_crypto_timeout() 1592 tipc_crypto_key_set_state(r in tipc_crypto_timeout() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 278 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c, 1090 static inline void tipc_crypto_key_set_state(struct tipc_crypto *c, in tipc_crypto_key_set_state() function 1190 tipc_crypto_key_set_state(c, key.passive, key.active, in tipc_crypto_key_attach() 1228 tipc_crypto_key_set_state(c, 0, 0, 0); in tipc_crypto_key_flush() 1283 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending); in tipc_crypto_key_try_align() 1449 tipc_crypto_key_set_state(tx, key.passive, 0, key.pending); in tipc_crypto_key_revoke() 1492 tipc_crypto_key_set_state(c, 0, 0, 0); in tipc_crypto_start() 1559 tipc_crypto_key_set_state(tx, key.passive, key.pending, 0); in tipc_crypto_timeout() 1578 tipc_crypto_key_set_state(rx, key.passive, key.active, 0); in tipc_crypto_timeout() 1588 tipc_crypto_key_set_state(r in tipc_crypto_timeout() [all...] |
Completed in 5 milliseconds