Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsshsig.h77 int sshsig_armor(const struct sshbuf *blob, struct sshbuf **out);
H A Dsshsig.c49 sshsig_armor(const struct sshbuf *blob, struct sshbuf **out) in sshsig_armor() function
H A Dssh-keygen.c2619 if ((r = sshsig_armor(sigbuf, &abuf)) != 0) { in sign_one()