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

/linux-master/include/uapi/linux/
H A Dtipc.h241 struct tipc_aead_key { struct
249 #define TIPC_AEAD_KEY_SIZE_MAX (sizeof(struct tipc_aead_key) + \
252 static inline int tipc_aead_key_size(struct tipc_aead_key *key)
/linux-master/net/tipc/
H A Dcrypto.h168 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
176 int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info);
H A Dcrypto.c161 struct tipc_aead_key *key;
211 struct tipc_aead_key *skey;
259 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
303 static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey,
308 static int tipc_aead_key_generate(struct tipc_aead_key *skey);
334 int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info)
368 static int tipc_aead_key_generate(struct tipc_aead_key *skey)
514 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
1119 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
2229 static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *ske
[all...]
H A Dnode.c2915 struct tipc_aead_key **pkey)
2918 struct tipc_aead_key *key;
2925 key = (struct tipc_aead_key *)nla_data(attr);
2965 struct tipc_aead_key *ukey;

Completed in 308 milliseconds