Lines Matching refs:sshbuf
53 static struct sshbuf *reply_error(int r, char *fmt, ...)
56 static struct sshbuf *
61 struct sshbuf *resp; in reply_error()
91 static struct sshbuf *
92 process_sign(struct sshbuf *req) in process_sign()
95 struct sshbuf *resp, *kbuf; in process_sign()
144 static struct sshbuf *
145 process_enroll(struct sshbuf *req) in process_enroll()
151 struct sshbuf *challenge, *attest, *kbuf, *resp; in process_enroll()
208 static struct sshbuf *
209 process_load_resident(struct sshbuf *req) in process_load_resident()
213 struct sshbuf *kbuf, *resp; in process_load_resident()
271 struct sshbuf *req, *resp; in main()