Lines Matching refs:tipc_aead_key
159 struct tipc_aead_key *key;
207 struct tipc_aead_key *skey;
255 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
299 static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey,
304 static int tipc_aead_key_generate(struct tipc_aead_key *skey);
328 int tipc_aead_key_validate(struct tipc_aead_key *ukey, struct genl_info *info)
362 static int tipc_aead_key_generate(struct tipc_aead_key *skey)
507 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey,
1123 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey,
2233 static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey,
2285 struct tipc_aead_key *skey = NULL;
2292 if (unlikely(size < sizeof(struct tipc_aead_key) + TIPC_AEAD_KEYLEN_MIN)) {
2300 if (unlikely(size != keylen + sizeof(struct tipc_aead_key) ||
2443 struct tipc_aead_key *skey = NULL;