Home
last modified time | relevance | path

Searched defs:kbuf (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dssh-sk-helper.c91 struct sshbuf *resp, *kbuf; in process_sign() local
152 struct sshbuf *challenge, *attest, *kbuf, *resp; in process_enroll() local
214 struct sshbuf *kbuf, *resp; in process_load_resident() local
H A Dssh-sk-client.c233 struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL; in sshsk_sign() local
294 struct sshbuf *kbuf = NULL, *abuf = NULL, *req = NULL, *resp = NULL; in sshsk_enroll() local
391 struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL; in sshsk_load_resident() local
H A Dkexdh.c69 u_char *kbuf = NULL; in kex_dh_compute_key() local
H A Dkexecdh.c140 u_char *kbuf = NULL; in kex_ecdh_dec_key_group() local
H A Dsshd-session.c632 struct sshbuf *kbuf; parse_hostkeys() local
H A Dssh-keygen.c2421 struct sshbuf *kbuf; do_gen_krl() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dasm-5.c23 struct kernel_stat kbuf; in __fxstat() local
/openbsd-src/lib/libcurses/base/
H A Dlib_mouse.c821 char kbuf[3]; in _nc_mouse_event() local
1103 unsigned char kbuf[MAX_KBUF + 1]; in decode_xterm_X10() local
1147 char kbuf[80]; in decode_xterm_1005() local
1226 char kbuf[80]; /* bigger than any possible mouse response */ in read_SGR() local
/openbsd-src/usr.bin/cvs/
H A Dadd.c42 static char kbuf[8]; variable
H A Dcheckout.c493 char kbuf[8], sticky[CVS_REV_BUFSZ], rev[CVS_REV_BUFSZ]; in cvs_checkout_file() local
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ring.c523 u32 *kbuf; amdgpu_debugfs_mqd_read() local
/openbsd-src/sys/kern/
H A Dsubr_log.c649 char pri[6], *kbuf; dosendsyslog() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp437 struct kernel_stat kbuf; in internal_fstat() local
/openbsd-src/sys/dev/ic/
H A Dstireg.h579 void *kbuf; global() member
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs597 #define kbuf (cxt->keybuf).arena macro