sshkey_xmss_pklen
if ((pklen = sshkey_xmss_pklen(from)) == 0 ||
sshkey_xmss_pklen(to) != pklen)
if (len == 0 || len != sshkey_xmss_pklen(key)) {
if (pklen != sshkey_xmss_pklen(key) ||
freezero(k->xmss_pk, sshkey_xmss_pklen(k));
if (sshkey_xmss_pklen(a) != sshkey_xmss_pklen(b))
if (memcmp(a->xmss_pk, b->xmss_pk, sshkey_xmss_pklen(a)) != 0)
sshkey_xmss_pklen(key) == 0)
sshkey_xmss_pklen(key))) != 0 ||
sshkey_xmss_pklen(key))) != 0 ||
if ((k->xmss_pk = malloc(sshkey_xmss_pklen(k))) == NULL ||
size_t sshkey_xmss_pklen(const struct sshkey *);