Home
last modified time | relevance | path

Searched refs:authed (Results 1 - 5 of 5) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-tls-server-verify.js59 { title: 'Allow both authed and unauthed connections with CA1',
83 { title: 'Allow only authed connections with CA1',
95 { title: 'Allow only authed connections with CA1 and CA2',
196 let authed = false;
207 authed = false;
212 console.error(`${prefix} * authed`);
215 authed = true;
230 authed, options.shouldAuth,
231 `${prefix}${options.name} authed is ${authed} bu
[all...]
H A Dtest-tls-client-verify.js97 console.error(`expected: ${ok} authed: ${authorized}`);
/third_party/curl/lib/vssh/
H A Dssh.h138 bool authed; /* the connection has been authenticated fine */ member
H A Dlibssh.c724 sshc->authed = FALSE; in myssh_statemach_act()
733 sshc->authed = TRUE; in myssh_statemach_act()
821 sshc->authed = TRUE; in myssh_statemach_act()
838 sshc->authed = TRUE; in myssh_statemach_act()
863 sshc->authed = TRUE; in myssh_statemach_act()
888 sshc->authed = TRUE; in myssh_statemach_act()
913 sshc->authed = TRUE; in myssh_statemach_act()
923 if(!sshc->authed) { in myssh_statemach_act()
H A Dlibssh2.c1047 sshc->authed = TRUE; in ssh_statemach_act()
1072 sshc->authed = FALSE; in ssh_statemach_act()
1173 sshc->authed = TRUE; in ssh_statemach_act()
1216 sshc->authed = TRUE; in ssh_statemach_act()
1323 sshc->authed = TRUE; in ssh_statemach_act()
1355 sshc->authed = TRUE; in ssh_statemach_act()
1362 if(!sshc->authed) { in ssh_statemach_act()

Completed in 8 milliseconds