Searched refs:first_factor (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/sss_client/
H A Dpam_message.h61 char *first_factor; member in struct:pam_items
H A Dpam_sss.c179 if (pi->first_factor != NULL) {
180 _pam_overwrite_n((void *)pi->first_factor, strlen(pi->first_factor));
181 free((void *)pi->first_factor);
182 pi->first_factor = NULL;
1188 pi->first_factor = NULL;
1533 pi->first_factor = strndup(resp[0].resp, MAX_AUTHTOK_SIZE);
1534 if (pi->first_factor == NULL) {
2069 && pi->first_factor != NULL) {
2070 ret = pam_set_item(pamh, PAM_AUTHTOK, pi->first_factor);
[all...]

Completed in 13 milliseconds