Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dcrypto.c250 static int tipc_aead_users(struct tipc_aead __rcu *aead);
425 static int tipc_aead_users(struct tipc_aead __rcu *aead) in tipc_aead_users() function
1170 if (tipc_aead_users(c->aead[key.pending]) > 0) in tipc_crypto_key_attach()
1272 if (tipc_aead_users(rx->aead[key.pending]) > 0) in tipc_crypto_key_try_align()
1556 if (key.active && tipc_aead_users(tx->aead[key.active]) > 0) in tipc_crypto_timeout()
1558 if (!key.pending || tipc_aead_users(tx->aead[key.pending]) <= 0) in tipc_crypto_timeout()
1575 if (!key.pending || tipc_aead_users(rx->aead[key.pending]) <= 0) in tipc_crypto_timeout()
1589 if (!key.pending || tipc_aead_users(rx->aead[key.pending]) > -10) in tipc_crypto_timeout()
1602 tipc_aead_users(rx->aead[key.active]) > 0) in tipc_crypto_timeout()
1620 tipc_aead_users(rx->aead[key.passive]) > -10) in tipc_crypto_timeout()