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

/linux-master/net/tipc/
H A Dcrypto.c254 static int tipc_aead_users(struct tipc_aead __rcu *aead);
431 static int tipc_aead_users(struct tipc_aead __rcu *aead) function
1164 if (tipc_aead_users(c->aead[key.pending]) > 0)
1266 if (tipc_aead_users(rx->aead[key.pending]) > 0)
1552 if (key.active && tipc_aead_users(tx->aead[key.active]) > 0)
1554 if (!key.pending || tipc_aead_users(tx->aead[key.pending]) <= 0)
1571 if (!key.pending || tipc_aead_users(rx->aead[key.pending]) <= 0)
1585 if (!key.pending || tipc_aead_users(rx->aead[key.pending]) > -10)
1598 tipc_aead_users(rx->aead[key.active]) > 0)
1616 tipc_aead_users(r
[all...]

Completed in 119 milliseconds