Symbol: tipc_aead
net/tipc/crypto.c
1039
static int tipc_ehdr_build(struct net *net, struct tipc_aead *aead,
net/tipc/crypto.c
1131
struct tipc_aead *aead = NULL;
net/tipc/crypto.c
1157
struct tipc_aead *aead, u8 pos,
net/tipc/crypto.c
1259
struct tipc_aead *tmp1, *tmp2 = NULL;
net/tipc/crypto.c
1319
static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx,
net/tipc/crypto.c
1325
struct tipc_aead *aead = NULL;
net/tipc/crypto.c
154
struct tipc_aead *cloned;
net/tipc/crypto.c
1698
struct tipc_aead *aead = NULL;
net/tipc/crypto.c
1819
struct tipc_aead *aead = NULL;
net/tipc/crypto.c
1897
static void tipc_crypto_rcv_complete(struct net *net, struct tipc_aead *aead,
net/tipc/crypto.c
1903
struct tipc_aead *tmp = NULL;
net/tipc/crypto.c
1952
tipc_aead_users_dec((struct tipc_aead __force __rcu *)aead, INT_MIN);
net/tipc/crypto.c
1957
tipc_aead_users_set((struct tipc_aead __force __rcu *)aead, 1);
net/tipc/crypto.c
206
struct tipc_aead __rcu *aead[KEY_MAX + 1];
net/tipc/crypto.c
2083
struct tipc_aead *aead;
net/tipc/crypto.c
2203
struct tipc_aead *aead;
net/tipc/crypto.c
240
struct tipc_aead *aead;
net/tipc/crypto.c
2450
struct tipc_aead *aead;
net/tipc/crypto.c
247
struct tipc_aead *aead;
net/tipc/crypto.c
251
static struct tipc_aead *tipc_aead_get(struct tipc_aead __rcu *aead);
net/tipc/crypto.c
252
static inline void tipc_aead_put(struct tipc_aead *aead);
net/tipc/crypto.c
254
static int tipc_aead_users(struct tipc_aead __rcu *aead);
net/tipc/crypto.c
255
static void tipc_aead_users_inc(struct tipc_aead __rcu *aead, int lim);
net/tipc/crypto.c
256
static void tipc_aead_users_dec(struct tipc_aead __rcu *aead, int lim);
net/tipc/crypto.c
257
static void tipc_aead_users_set(struct tipc_aead __rcu *aead, int val);
net/tipc/crypto.c
258
static struct crypto_aead *tipc_aead_tfm_next(struct tipc_aead *aead);
net/tipc/crypto.c
259
static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
net/tipc/crypto.c
261
static int tipc_aead_clone(struct tipc_aead **dst, struct tipc_aead *src);
net/tipc/crypto.c
266
static int tipc_aead_encrypt(struct tipc_aead *aead, struct sk_buff *skb,
net/tipc/crypto.c
271
static int tipc_aead_decrypt(struct net *net, struct tipc_aead *aead,
net/tipc/crypto.c
275
static int tipc_ehdr_build(struct net *net, struct tipc_aead *aead,
net/tipc/crypto.c
283
struct tipc_aead *aead, u8 pos,
net/tipc/crypto.c
286
static struct tipc_aead *tipc_crypto_key_pick_tx(struct tipc_crypto *tx,
net/tipc/crypto.c
296
static void tipc_crypto_rcv_complete(struct net *net, struct tipc_aead *aead,
net/tipc/crypto.c
320
struct tipc_aead *__tmp = rcu_dereference_protected((rcu_ptr), \
net/tipc/crypto.c
383
static struct tipc_aead *tipc_aead_get(struct tipc_aead __rcu *aead)
net/tipc/crypto.c
385
struct tipc_aead *tmp;
net/tipc/crypto.c
396
static inline void tipc_aead_put(struct tipc_aead *aead)
net/tipc/crypto.c
408
struct tipc_aead *aead = container_of(rp, struct tipc_aead, rcu);
net/tipc/crypto.c
431
static int tipc_aead_users(struct tipc_aead __rcu *aead)
net/tipc/crypto.c
433
struct tipc_aead *tmp;
net/tipc/crypto.c
445
static void tipc_aead_users_inc(struct tipc_aead __rcu *aead, int lim)
net/tipc/crypto.c
447
struct tipc_aead *tmp;
net/tipc/crypto.c
456
static void tipc_aead_users_dec(struct tipc_aead __rcu *aead, int lim)
net/tipc/crypto.c
458
struct tipc_aead *tmp;
net/tipc/crypto.c
467
static void tipc_aead_users_set(struct tipc_aead __rcu *aead, int val)
net/tipc/crypto.c
469
struct tipc_aead *tmp;
net/tipc/crypto.c
488
static struct crypto_aead *tipc_aead_tfm_next(struct tipc_aead *aead)
net/tipc/crypto.c
514
static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
net/tipc/crypto.c
519
struct tipc_aead *tmp;
net/tipc/crypto.c
626
static int tipc_aead_clone(struct tipc_aead **dst, struct tipc_aead *src)
net/tipc/crypto.c
628
struct tipc_aead *aead;
net/tipc/crypto.c
732
static int tipc_aead_encrypt(struct tipc_aead *aead, struct sk_buff *skb,
net/tipc/crypto.c
846
struct tipc_aead *aead = tx_ctx->aead;
net/tipc/crypto.c
886
static int tipc_aead_decrypt(struct net *net, struct tipc_aead *aead,
net/tipc/crypto.c
971
struct tipc_aead *aead = rx_ctx->aead;
net/tipc/msg.h
121
struct tipc_aead *last;