HomeSort by relevance Sort by last modified time
    Searched refs:userok (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
systems.c 201 static int userok; variable
211 if (userok == -1)
212 userok = 0;
218 userok = 1;
438 userok = -1;
444 defuserok = userok;
445 userok = -1;
461 if (userok == -1)
462 userok = defuserok;
465 userok = modeok = 1
    [all...]
  /external/openssh/
ssh-gss.h 83 int (*userok) (ssh_gssapi_client *, char *); member in struct:ssh_gssapi_mech_struct
gss-serv.c 341 if (gssapi_client.mech && gssapi_client.mech->userok)
342 if ((*gssapi_client.mech->userok)(&gssapi_client, user))
345 /* Destroy delegated credentials if userok fails */

Completed in 43 milliseconds