Searched refs:tipc_aead_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | tipc.h | 241 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-6.3-rc2/net/tipc/ |
A D | crypto.h | 168 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);
|
A D | crypto.c | 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() 1119 int tipc_crypto_key_init(struct tipc_crypto *c, struct tipc_aead_key *ukey, in tipc_crypto_key_init() 2280 struct tipc_aead_key *skey = NULL; in tipc_crypto_key_rcv() 2295 if (unlikely(size != keylen + sizeof(struct tipc_aead_key) || in tipc_crypto_key_rcv() [all …]
|
A D | node.c | 2917 struct tipc_aead_key **pkey) in tipc_nl_retrieve_key() 2920 struct tipc_aead_key *key; in tipc_nl_retrieve_key() 2927 key = (struct tipc_aead_key *)nla_data(attr); in tipc_nl_retrieve_key() 2967 struct tipc_aead_key *ukey; in __tipc_nl_node_set_key()
|
Completed in 15 milliseconds