Home
last modified time | relevance | path

Searched refs:cached_passwd (Results 1 – 6 of 6) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dpasswd.c305 if (si->cached_passwd != NULL && methods[i].valid_p) in xss_authenticate()
306 si->unlock_state = (methods[i].valid_p(si->cached_passwd, verbose_p) == True) in xss_authenticate()
324 si->cached_passwd && in xss_authenticate()
325 !*si->cached_passwd) in xss_authenticate()
H A Dtypes.h287 char *cached_passwd; /* Cached password, used to avoid multiple member
H A Dlock.c1287 if (si->cached_passwd) in destroy_passwd_window()
1289 char *wipe = si->cached_passwd; in destroy_passwd_window()
1294 free(si->cached_passwd); in destroy_passwd_window()
1295 si->cached_passwd = NULL; in destroy_passwd_window()
2123 if (si->cached_passwd == NULL && in gui_auth_conv()
2125 si->cached_passwd = strdup(responses[i].response); in gui_auth_conv()
/dports/sysutils/google-compute-engine-oslogin/guest-oslogin-5a710bb/src/
H A Doslogin_utils.cc110 string cached_passwd = entry_cache_[index_]; in GetNextPasswd() local
111 bool success = ParseJsonToPasswd(cached_passwd, result, buf, errnop); in GetNextPasswd()
123 string cached_passwd = entry_cache_[index_]; in GetNextGroup() local
124 bool success = ParseJsonToGroup(cached_passwd, result, buf, errnop); in GetNextGroup()
/dports/security/stunnel/stunnel-5.60/src/
H A Dctx.c44 static char cached_passwd[PEM_BUFSIZE]=""; variable
968 memcpy(buf, cached_passwd, (size_t)len); in cache_passwd_get_cb()
975 memset(cached_passwd, 0, sizeof cached_passwd); in cache_passwd_set_cb()
976 cached_len=ui_passwd_cb(cached_passwd, sizeof cached_passwd, in cache_passwd_set_cb()
/dports/sysutils/py-google-compute-engine/compute-image-packages-20190522/packages/google-compute-engine-oslogin/utils/
H A Doslogin_utils.cc106 string cached_passwd = passwd_cache_[index_]; in GetNextPasswd() local
107 bool success = ParseJsonToPasswd(cached_passwd, result, buf, errnop); in GetNextPasswd()