OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perm_ok
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
authfile.c
209
/* XXX kill
perm_ok
now that we have SSH_ERR_KEY_BAD_PERMISSIONS? */
212
struct sshkey **keyp, char **commentp, int *
perm_ok
)
222
if (
perm_ok
!= NULL)
223
*
perm_ok
= 0;
227
if (
perm_ok
!= NULL)
228
*
perm_ok
= 0;
232
if (
perm_ok
!= NULL)
233
*
perm_ok
= 1;
454
struct sshkey **keyp, int *
perm_ok
)
476
passphrase, &key, NULL,
perm_ok
)) != 0 |
[
all
...]
key.c
381
int *
perm_ok
)
387
&ret,
perm_ok
)) != 0) {
402
char **commentp, int *
perm_ok
)
408
&ret, commentp,
perm_ok
)) != 0) {
sshconnect1.c
225
int i,
perm_ok
= 1, type, quit;
local
272
&
perm_ok
);
273
if (private == NULL && !options.batch_mode &&
perm_ok
) {
304
if (!options.batch_mode &&
perm_ok
)
sshconnect2.c
1233
int r,
perm_ok
= 0, quit = 0, i;
local
[
all
...]
Completed in 95 milliseconds