Searched refs:auth2 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestauth.cpp99 AuthorizationBlob auth2; local
100 ss.authInternalize(extForm, auth2);
107 ss.authCopyRights(auth2, &moreRequests, NULL/*environment*/,
119 ss.authCopyRights(auth2, &moreRequests, NULL/*environment*/,
125 ss.authCopyRights(auth2, &moreRequests, NULL/*environment*/,
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_get_command.c16 {auth1, "user", 1, 1, pop_user, {auth1, auth2}},
17 {auth2, "pass", 1, 99, pop_pass, {auth1, trans}},
19 {auth2, "rpop", 1, 1, pop_rpop, {auth1, trans}},
25 {auth2, "quit", 0, 0, pop_quit, {halt, halt}},
28 {auth2, "capa", 0, 0, pop_capa, {auth2, auth2}},
H A Dpopper.c82 if (p.CurrentState > auth2 && !pop_updt(&p))
88 if (p.CurrentState > auth2 && !pop_updt(&p))
H A Dpopper.h181 auth2, /* Authorization: waiting for enumerator in enum:__anon490
/macosx-10.10.1/OpenSSH-189/
H A Dssh-util.rb142 auth2 = File.join(homeDirPath, ".ssh", "authorized_keys2")
143 if File.exists?(auth2)
144 printf("%s: is not used by default\n", auth2);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthtoken.c96 auth_token_t auth2 = (auth_token_t)value2; local
98 return memcmp(&auth1->blob, &auth2->blob, sizeof(AuthorizationBlob)) == 0;

Completed in 82 milliseconds