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

/linux-master/net/tipc/
H A Dcrypto.c278 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, function
1190 tipc_crypto_key_set_state(c, key.passive, key.active,
1228 tipc_crypto_key_set_state(c, 0, 0, 0);
1283 tipc_crypto_key_set_state(rx, new_passive, 0, new_pending);
1449 tipc_crypto_key_set_state(tx, key.passive, 0, key.pending);
1492 tipc_crypto_key_set_state(c, 0, 0, 0);
1559 tipc_crypto_key_set_state(tx, key.passive, key.pending, 0);
1578 tipc_crypto_key_set_state(rx, key.passive, key.active, 0);
1588 tipc_crypto_key_set_state(r
[all...]

Completed in 168 milliseconds