Home
last modified time | relevance | path

Searched refs:ssherr (Results 1 – 13 of 13) sorted by relevance

/external/openssh/regress/unittests/misc/
DMakefile7 SRCS+=sshbuf.c sshbuf-getput-basic.c ssherr.c log.c xmalloc.c misc.c
/external/openssh/regress/unittests/conversion/
DMakefile8 SRCS+=atomicio.c misc.c xmalloc.c log.c uidswap.c cleanup.c fatal.c ssherr.c
/external/openssh/regress/unittests/match/
DMakefile8 SRCS+=match.c misc.c log.c uidswap.c fatal.c ssherr.c addrmatch.c xmalloc.c
/external/openssh/regress/unittests/sshbuf/
DMakefile17 SRCS+=sshbuf-io.c atomicio.c misc.c xmalloc.c log.c fatal.c ssherr.c cleanup.c
/external/openssh/
D.depend12 …bsd-compat/bsd-nextstep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h ssherr.h log.h sshbuf.h m…
14 …step.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h sshbuf.h ssherr.h log.h misc.h ser…
19 auth.o: monitor_wrap.h ssherr.h compat.h channels.h
20 …dit.h loginrec.h sshbuf.h packet.h openbsd-compat/sys-queue.h dispatch.h ssherr.h log.h misc.h ser…
23 auth2-hostbased.o: ssherr.h match.h
24 …queue.h dispatch.h hostfile.h auth.h auth-pam.h audit.h loginrec.h log.h misc.h servconf.h ssherr.h
25 …enbsd-compat/sys-queue.h dispatch.h log.h misc.h servconf.h compat.h ssh2.h ssherr.h monitor_wrap.h
26 …/bsd-nextstep.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h ssherr.h log.h sshkey.h h…
27 auth2-pubkey.o: canohost.h monitor_wrap.h authfile.h match.h ssherr.h channels.h session.h sk-api.h
30 …mpat.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h pathnames.h ssherr.h monitor_wrap.h
[all …]
DAndroid.bp175 "ssherr.c",
/external/openssh/regress/unittests/hostkeys/
DMakefile10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
/external/openssh/regress/unittests/authopt/
DMakefile12 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
/external/openssh/regress/unittests/sshkey/
DMakefile10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
/external/openssh/regress/unittests/kex/
DMakefile10 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
/external/openssh/regress/misc/kexfuzz/
DMakefile19 SRCS+=ssherr.c uidswap.c cleanup.c xmalloc.c match.c krl.c fatal.c
/external/curl/lib/vssh/
Dlibssh2.c805 int ssherr; in ssh_statemach_act() local
885 ssherr = libssh2_session_last_errno(sshc->ssh_session); in ssh_statemach_act()
886 if(ssherr == LIBSSH2_ERROR_EAGAIN) in ssh_statemach_act()
890 sshc->actualcode = libssh2_session_error_to_CURLE(ssherr); in ssh_statemach_act()
/external/curl/
DCHANGES1947 - libssh2: s/ssherr/sftperr/
1949 The debug output used ssherr instead of sftperr which not only outputs