Lines Matching refs:tipc_aead_key
161 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) in tipc_aead_key_validate()
368 static int tipc_aead_key_generate(struct tipc_aead_key *skey) in tipc_aead_key_generate()
514 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, in tipc_aead_init()
1119 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, in tipc_crypto_key_init()
2229 static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey, in tipc_crypto_key_xmit()
2281 struct tipc_aead_key *skey = NULL; in tipc_crypto_key_rcv()
2288 if (unlikely(size < sizeof(struct tipc_aead_key) + TIPC_AEAD_KEYLEN_MIN)) { in tipc_crypto_key_rcv()
2297 size != keylen + sizeof(struct tipc_aead_key))) { in tipc_crypto_key_rcv()
2439 struct tipc_aead_key *skey = NULL; in tipc_crypto_work_tx()