Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c148 struct tipc_aead { struct
152 struct tipc_aead *cloned; argument
202 struct tipc_aead __rcu *aead[KEY_MAX + 1];
236 struct tipc_aead *aead;
243 struct tipc_aead *aead;
247 static struct tipc_aead *tipc_aead_get(struct tipc_aead __rcu *aead);
248 static inline void tipc_aead_put(struct tipc_aead *aead);
250 static int tipc_aead_users(struct tipc_aead __rcu *aead);
251 static void tipc_aead_users_inc(struct tipc_aead __rcu *aead, int lim);
252 static void tipc_aead_users_dec(struct tipc_aead __rcu *aead, int lim);
[all …]
H A Dmsg.h121 struct tipc_aead *last;