Home
last modified time | relevance | path

Searched refs:sshkey_xmss_pklen (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dssh-xmss.c40 freezero(k->xmss_pk, sshkey_xmss_pklen(k)); in ssh_xmss_cleanup()
56 if (sshkey_xmss_pklen(a) != sshkey_xmss_pklen(b)) in ssh_xmss_equal()
58 if (memcmp(a->xmss_pk, b->xmss_pk, sshkey_xmss_pklen(a)) != 0) in ssh_xmss_equal()
70 sshkey_xmss_pklen(key) == 0) in ssh_xmss_serialize_public()
74 sshkey_xmss_pklen(key))) != 0 || in ssh_xmss_serialize_public()
92 sshkey_xmss_pklen(key))) != 0 || in ssh_xmss_serialize_private()
113 if ((pklen = sshkey_xmss_pklen(from)) == 0 || in ssh_xmss_copy_public()
114 sshkey_xmss_pklen(to) != pklen) in ssh_xmss_copy_public()
141 if (len == 0 || len != sshkey_xmss_pklen(key)) { in ssh_xmss_deserialize_public()
175 if (pklen != sshkey_xmss_pklen(key) || in ssh_xmss_deserialize_private()
Dsshkey-xmss.h33 size_t sshkey_xmss_pklen(const struct sshkey *);
Dsshkey-xmss.c242 sshkey_xmss_pklen(const struct sshkey *key) in sshkey_xmss_pklen() function
380 if ((k->xmss_pk = malloc(sshkey_xmss_pklen(k))) == NULL || in sshkey_xmss_generate_private_key()