Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-xmss.c45 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()
H A Dsshkey-xmss.h33 size_t sshkey_xmss_pklen(const struct sshkey *);
H A Dsshkey-xmss.c248 sshkey_xmss_pklen(const struct sshkey *key) in sshkey_xmss_pklen() function
386 if ((k->xmss_pk = malloc(sshkey_xmss_pklen(k))) == NULL || in sshkey_xmss_generate_private_key()