Searched refs:sshkey_xmss_pklen (Results 1 – 3 of 3) sorted by relevance
45 freezero(k->xmss_pk, sshkey_xmss_pklen(k)); in ssh_xmss_cleanup()61 if (sshkey_xmss_pklen(a) != sshkey_xmss_pklen(b)) in ssh_xmss_equal()63 if (memcmp(a->xmss_pk, b->xmss_pk, sshkey_xmss_pklen(a)) != 0) in ssh_xmss_equal()75 sshkey_xmss_pklen(key) == 0) in ssh_xmss_serialize_public()79 sshkey_xmss_pklen(key))) != 0 || in ssh_xmss_serialize_public()97 sshkey_xmss_pklen(key))) != 0 || in ssh_xmss_serialize_private()118 if ((pklen = sshkey_xmss_pklen(from)) == 0 || in ssh_xmss_copy_public()119 sshkey_xmss_pklen(to) != pklen) in ssh_xmss_copy_public()146 if (len == 0 || len != sshkey_xmss_pklen(key)) { in ssh_xmss_deserialize_public()180 if (pklen != sshkey_xmss_pklen(key) || in ssh_xmss_deserialize_private()
33 size_t sshkey_xmss_pklen(const struct sshkey *);
248 sshkey_xmss_pklen(const struct sshkey *key) in sshkey_xmss_pklen() function386 if ((k->xmss_pk = malloc(sshkey_xmss_pklen(k))) == NULL || in sshkey_xmss_generate_private_key()