Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A 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/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 Dnode.c2916 struct tipc_aead_key **pkey) in tipc_nl_retrieve_key()
2919 struct tipc_aead_key *key; in tipc_nl_retrieve_key()
2926 key = (struct tipc_aead_key *)nla_data(attr); in tipc_nl_retrieve_key()
2966 struct tipc_aead_key *ukey; in __tipc_nl_node_set_key()