Searched refs:challenge_buf (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssh/ |
| H A D | ssh-sk.c | 480 const char *pin, struct sshbuf *challenge_buf, in sshsk_enroll() argument 496 challenge_buf == NULL ? 0 : sshbuf_len(challenge_buf), in sshsk_enroll() 530 if (challenge_buf == NULL) { in sshsk_enroll() 535 } else if (sshbuf_len(challenge_buf) == 0) { in sshsk_enroll() 540 challenge = sshbuf_ptr(challenge_buf); in sshsk_enroll() 541 challenge_len = sshbuf_len(challenge_buf); in sshsk_enroll()
|
| H A D | ssh-sk.h | 52 const char *pin, struct sshbuf *challenge_buf,
|
| H A D | ssh-sk-client.c | 296 const char *pin, struct sshbuf *challenge_buf, in sshsk_enroll() argument 328 (r = sshbuf_put_stringb(req, challenge_buf)) != 0) { in sshsk_enroll()
|
| /src/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | ssh-sk-null.cc | 30 const char *pin, struct sshbuf *challenge_buf, in sshsk_enroll() argument
|