/illumos-gate/usr/src/cmd/power/ |
H A D | pm_pam_conv.c | 114 free_resp(int num_msg, struct pam_response *pr) in free_resp() 117 struct pam_response *r = pr; in free_resp() 136 struct pam_response **resp, void *my_data) in pam_tty_conv() 139 struct pam_response *r = calloc(num_msg, sizeof (struct pam_response)); in pam_tty_conv()
|
H A D | sys-suspend.c | 124 struct pam_response **, void *);
|
/illumos-gate/usr/src/lib/pam_modules/sample/ |
H A D | sample_utils.c | 71 struct pam_response *resp; 74 struct pam_response *r; 101 struct pam_response *resp; 152 struct pam_response **ret_respp;
|
H A D | sample_utils.h | 38 __free_resp(int num_msg, struct pam_response *resp); 54 struct pam_response **ret_respp
|
H A D | sample_authenticate.c | 70 struct pam_response *ret_resp = (struct pam_response *)0; in pam_sm_authenticate()
|
/illumos-gate/usr/src/cmd/su/ |
H A D | su.c | 131 static int su_conv(int, const struct pam_message **, struct pam_response **, 133 static int emb_su_conv(int, const struct pam_message **, struct pam_response **, 135 static void freeresponse(int, struct pam_response **response); 1100 struct pam_response **response, void *appdata_ptr) in su_conv() 1103 struct pam_response *r; in su_conv() 1111 *response = (struct pam_response *)calloc(num_msg, in su_conv() 1112 sizeof (struct pam_response)); in su_conv() 1186 struct pam_response **response, void *appdata_ptr) in emb_su_conv() 1189 struct pam_response *r; in emb_su_conv() 1197 *response = (struct pam_response *)calloc(num_msg, in emb_su_conv() [all …]
|
/illumos-gate/usr/src/lib/libpam/ |
H A D | pam_appl.h | 133 struct pam_response { struct 148 struct pam_response **, void *); argument
|
H A D | pam_framework.c | 105 static void free_resp(int, struct pam_response *); 108 struct pam_response **); 692 struct pam_response *ret_resp = NULL; in pam_get_user() 2628 free_resp(int num_msg, struct pam_response *resp) in free_resp() 2631 struct pam_response *r; in free_resp() 2650 struct pam_response *ret_respp[]) in do_conv() 2717 struct pam_response *r = *ret_respp; in do_conv() 2766 struct pam_response *ret_respp = NULL; in __pam_display_msg() 2813 struct pam_response *ret_resp = NULL; in __pam_get_authtok()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 93 struct pam_response **, void *); 538 struct pam_response **response, void *appdata_ptr) in rexec_conv() 541 struct pam_response *r; in rexec_conv() 547 *response = calloc(num_msg, sizeof (struct pam_response)); in rexec_conv()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 515 struct pam_response **response; 519 struct pam_response *r; 527 *response = (struct pam_response *)calloc(num_msg, 528 sizeof (struct pam_response));
|
/illumos-gate/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 441 struct pam_response **, void *); 547 struct pam_response **response, void *appdata_ptr) in vt_conv() 550 struct pam_response *r; in vt_conv() 560 *response = calloc(num_msg, sizeof (struct pam_response)); in vt_conv()
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.c | 182 struct pam_response **, void *); 1583 struct pam_response **response, void *appdata_ptr) in passwd_conv() 1586 struct pam_response *r; in passwd_conv() 1593 *response = (struct pam_response *)calloc(num_msg, in passwd_conv() 1594 sizeof (struct pam_response)); in passwd_conv()
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 347 struct pam_response **, void *); 803 struct pam_response **response, void *appdata_ptr) in login_conv() 806 struct pam_response *r; in login_conv() 813 *response = calloc(num_msg, sizeof (struct pam_response)); in login_conv()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 1195 struct pam_response **resp, void *appdata_ptr) in PAM_conv() 1198 struct pam_response *reply = NULL; in PAM_conv() 1202 reply = malloc(sizeof(struct pam_response) * num_msg); in PAM_conv()
|
/illumos-gate/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_authenticate.c | 379 struct pam_response *ret_respp = NULL; in pam_krb5_prompter()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 373 struct pam_response **, void *); 3444 struct pam_response **response __unused, void *appdata_ptr __unused) in cron_conv()
|