Lines Matching refs:sshbuf
52 static struct sshbuf *reply_error(int r, char *fmt, ...)
55 static struct sshbuf *
60 struct sshbuf *resp; in reply_error()
90 static struct sshbuf *
91 process_sign(struct sshbuf *req) in process_sign()
94 struct sshbuf *resp, *kbuf; in process_sign()
148 static struct sshbuf *
149 process_enroll(struct sshbuf *req) in process_enroll()
155 struct sshbuf *challenge, *attest, *kbuf, *resp; in process_enroll()
212 static struct sshbuf *
213 process_load_resident(struct sshbuf *req) in process_load_resident()
217 struct sshbuf *kbuf, *resp; in process_load_resident()
278 struct sshbuf *req, *resp; in main()