Symbol: tipc_aead_key
include/uapi/linux/tipc.h
249
#define TIPC_AEAD_KEY_SIZE_MAX (sizeof(struct tipc_aead_key) + \
include/uapi/linux/tipc.h
252
static inline int tipc_aead_key_size(struct tipc_aead_key *key)
net/tipc/crypto.c
1128
int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
net/tipc/crypto.c
161
struct tipc_aead_key *key;
net/tipc/crypto.c
211
struct tipc_aead_key *skey;
net/tipc/crypto.c
2238
static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey,
net/tipc/crypto.c
2290
struct tipc_aead_key *skey = NULL;
net/tipc/crypto.c
2297
if (unlikely(size < sizeof(struct tipc_aead_key) + TIPC_AEAD_KEYLEN_MIN)) {
net/tipc/crypto.c
2306
size != keylen + sizeof(struct tipc_aead_key))) {
net/tipc/crypto.c
2448
struct tipc_aead_key *skey = NULL;
net/tipc/crypto.c
259
static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
net/tipc/crypto.c
303
static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey,
net/tipc/crypto.c
308
static int tipc_aead_key_generate(struct tipc_aead_key *skey);
net/tipc/crypto.c
334
int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info)
net/tipc/crypto.c
368
static int tipc_aead_key_generate(struct tipc_aead_key *skey)
net/tipc/crypto.c
514
static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
net/tipc/crypto.h
168
int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
net/tipc/crypto.h
176
int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info);
net/tipc/node.c
2916
struct tipc_aead_key **pkey)
net/tipc/node.c
2919
struct tipc_aead_key *key;
net/tipc/node.c
2926
key = (struct tipc_aead_key *)nla_data(attr);
net/tipc/node.c
2966
struct tipc_aead_key *ukey;