Searched refs:auth_rep (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c104 struct pam_repository *auth_rep; local
208 res = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep);
214 if (auth_rep == NULL) {
219 pwu_rep->type = auth_rep->type;
220 pwu_rep->scope = auth_rep->scope;
221 pwu_rep->scope_len = auth_rep->scope_len;
264 if (auth_rep != NULL) {
267 service, auth_rep->type, user);
/osnet-11/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c230 pam_repository_t *auth_rep = NULL; local
268 res = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep);
275 if (auth_rep == NULL) {
280 pwu_rep->type = auth_rep->type;
281 pwu_rep->scope = auth_rep->scope;
282 pwu_rep->scope_len = auth_rep->scope_len;
/osnet-11/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c87 pam_repository_t *auth_rep = NULL; local
126 res = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep);
133 if (auth_rep == NULL) {
138 pwu_rep->type = auth_rep->type;
139 pwu_rep->scope = auth_rep->scope;
140 pwu_rep->scope_len = auth_rep->scope_len;
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c201 struct pam_repository *auth_rep; local
245 result = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep);
246 if (result == PAM_SUCCESS && auth_rep != NULL) {
249 pwu_rep->type = auth_rep->type;
250 pwu_rep->scope = auth_rep->scope;
251 pwu_rep->scope_len = auth_rep->scope_len;
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c402 struct pam_repository *auth_rep = NULL; local
437 (void) pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep);
438 if (auth_rep != NULL) {
441 pwu_rep->type = auth_rep->type;
442 pwu_rep->scope = auth_rep->scope;
443 pwu_rep->scope_len = auth_rep->scope_len;
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c289 pwu_repository_t *auth_rep = NULL; local
327 if ((error = pam_get_item(pamh, PAM_REPOSITORY, (void **)&auth_rep))
331 if (auth_rep == NULL) {
338 pwu_rep->type = auth_rep->type;
339 pwu_rep->scope = auth_rep->scope;
340 pwu_rep->scope_len = auth_rep->scope_len;
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c468 pam_repository_t *auth_rep; local
470 auth_rep = (pam_repository_t *)pip->pi_addr;
471 if (auth_rep->type != NULL)
472 free(auth_rep->type);
473 if (auth_rep->scope != NULL)
474 free(auth_rep->scope);
475 free(auth_rep);
2755 pam_repository_t *auth_rep; local
2764 auth_rep = pamh->ps_item[PAM_REPOSITORY].pi_addr;
2765 if (auth_rep !
[all...]

Completed in 34 milliseconds