]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tipc/misc.h
tipc: add new commands to set TIPC AEAD key
[mirror_iproute2.git] / tipc / misc.h
index ff2f31f1561548cc36b5ea37e6646ec851ffabe3..59309f68f201f2a0c2f2dc6f2758168c4ff62335 100644 (file)
@@ -18,5 +18,6 @@ uint32_t str2addr(char *str);
 int str2nodeid(char *str, uint8_t *id);
 void nodeid2str(uint8_t *id, char *str);
 void hash2nodestr(uint32_t hash, char *str);
+int str2key(char *str, struct tipc_aead_key *key);
 
 #endif