Searched refs:sshkey_xmss_siglen (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dsshkey-xmss.h47 int sshkey_xmss_siglen(const struct sshkey *, size_t *);
H A Dssh-xmss.c217 if ((r = sshkey_xmss_siglen(key, &required_siglen)) != 0)
291 if ((r = sshkey_xmss_siglen(key, &required_siglen)) != 0)
H A Dsshkey-xmss.c227 sshkey_xmss_siglen(const struct sshkey *key, size_t *lenp) function
544 if ((r = sshkey_xmss_siglen(k, &required_siglen)) != 0)

Completed in 108 milliseconds