Searched refs:__pam_get_authtok (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pam_modules/authtok_get/ |
H A D | authtok_get.c | 108 * put the value read by __pam_get_authtok into it 112 res = __pam_get_authtok(pamh, PAM_PROMPT, PAM_AUTHTOK, 166 res = __pam_get_authtok(pamh, PAM_PROMPT, 0, dgettext(TEXT_DOMAIN, 327 res = __pam_get_authtok(pamh, PAM_PROMPT, PAM_AUTHTOK,
|
/illumos-gate/usr/src/lib/libpam/ |
H A D | pam_impl.h | 135 /* source values when calling __pam_get_authtok() */ 144 __pam_get_authtok(pam_handle_t *pamh, int source, int type, char *prompt,
|
H A D | pam_framework.c | 2688 * The UNIX pam modules always calls __pam_get_authtok() and 2770 * __pam_get_authtok() 2796 __pam_get_authtok(pam_handle_t *pamh, int source, int type, char *prompt, function 2833 "__pam_get_authtok() invalid type: %d", type); 2872 "__pam_get_authtok() invalid source: %d", source);
|
/illumos-gate/usr/src/lib/pam_modules/dial_auth/ |
H A D | dial_auth.c | 153 res = __pam_get_authtok(pamh, PAM_PROMPT, PAM_AUTHTOK,
|
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/ |
H A D | passwd_auth.c | 194 retval = __pam_get_authtok(pamh, PAM_PROMPT, PAM_AUTHTOK, prompt,
|
Completed in 257 milliseconds