Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dtipc.h241 struct tipc_aead_key { struct
249 #define TIPC_AEAD_KEY_SIZE_MAX (sizeof(struct tipc_aead_key) + \ argument
252 static inline int tipc_aead_key_size(struct tipc_aead_key *key) in tipc_aead_key_size()
/Linux-v5.10/net/tipc/
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);
Dcrypto.c159 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) in tipc_aead_key_validate()
362 static int tipc_aead_key_generate(struct tipc_aead_key *skey) in tipc_aead_key_generate()
507 static int tipc_aead_init(struct tipc_aead **aead, struct tipc_aead_key *ukey, in tipc_aead_init()
1125 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, in tipc_crypto_key_init()
2228 static int tipc_crypto_key_xmit(struct net *net, struct tipc_aead_key *skey, in tipc_crypto_key_xmit()
[all …]
Dnode.c2858 struct tipc_aead_key **key) in tipc_nl_retrieve_key()
2865 *key = (struct tipc_aead_key *)nla_data(attr); in tipc_nl_retrieve_key()
2903 struct tipc_aead_key *ukey; in __tipc_nl_node_set_key()