Searched refs:sshsig_armor (Results 1 – 3 of 3) sorted by relevance
77 int sshsig_armor(const struct sshbuf *blob, struct sshbuf **out);
49 sshsig_armor(const struct sshbuf *blob, struct sshbuf **out) in sshsig_armor() function
2619 if ((r = sshsig_armor(sigbuf, &abuf)) != 0) { in sign_one()