Searched refs:xmss_name (Results 1 – 3 of 3) sorted by relevance
48 free(k->xmss_name); in ssh_xmss_cleanup()52 k->xmss_name = NULL; in ssh_xmss_cleanup()74 if (key->xmss_name == NULL || key->xmss_pk == NULL || in ssh_xmss_serialize_public()77 if ((r = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in ssh_xmss_serialize_public()92 if (key->xmss_name == NULL) in ssh_xmss_serialize_private()95 if ((r = sshbuf_put_cstring(b, key->xmss_name)) != 0 || in ssh_xmss_serialize_private()113 if ((r = sshkey_xmss_init(to, from->xmss_name)) != 0) in ssh_xmss_copy_public()136 char *xmss_name = NULL; in ssh_xmss_deserialize_public() local140 if ((ret = sshbuf_get_cstring(b, &xmss_name, NULL)) != 0) in ssh_xmss_deserialize_public()142 if ((ret = sshkey_xmss_init(key, xmss_name)) != 0) in ssh_xmss_deserialize_public()[all …]
140 char *xmss_name; member
122 if ((key->xmss_name = strdup(name)) == NULL) { in sshkey_xmss_init()