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