Symbol: expired
crypto/heimdal/kuser/klist.c
341
int expired;
crypto/heimdal/kuser/klist.c
361
expired = time(NULL) > creds.times.endtime;
crypto/heimdal/kuser/klist.c
368
return expired;
crypto/heimdal/kuser/klist.c
518
int expired = 0;
crypto/heimdal/kuser/klist.c
526
expired = check_for_tgt (context, id, principal, &t);
crypto/heimdal/kuser/klist.c
535
if (expired)
crypto/krb5/src/clients/klist/klist.c
394
int expired, status = 1;
crypto/krb5/src/clients/klist/klist.c
406
expired = check_ccache(cache);
crypto/krb5/src/clients/klist/klist.c
409
if (expired)
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
184
if (nread == 0 || !r1stamp || expired(r1stamp, now, skew))
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
186
else if (nread == 1 || !r2stamp || expired(r2stamp, now, skew))
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1230
FILETIME expired;
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1259
expired.dwLowDateTime = uli_now.u.LowPart;
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1260
expired.dwHighDateTime = uli_now.u.HighPart;
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1265
if (CompareFileTime(&FindFileData.ftCreationTime, &expired) < 0) {
crypto/openssh/openbsd-compat/port-aix.c
180
int r, authsuccess = 0, expired, reenter, result;
crypto/openssh/openbsd-compat/port-aix.c
205
expired = passwdexpired(name, &msg);
crypto/openssh/openbsd-compat/port-aix.c
213
debug3("AIX/passwdexpired returned %d msg %.100s", expired, msg);
crypto/openssh/openbsd-compat/port-aix.c
215
switch (expired) {
crypto/openssl/test/cmp_vfy_test.c
222
static int test_validate_msg_signature_partial_chain(int expired)
crypto/openssl/test/cmp_vfy_test.c
230
fixture->expected = !expired;
crypto/openssl/test/cmp_vfy_test.c
240
if (expired)
crypto/openssl/test/cmp_vfy_test.c
399
static void setup_path(CMP_VFY_TEST_FIXTURE **fixture, X509 *wrong, int expired)
crypto/openssl/test/cmp_vfy_test.c
402
(*fixture)->expected = wrong == NULL && !expired;
crypto/openssl/test/cmp_vfy_test.c
403
if (expired) {
sys/dev/bwn/if_bwn_phy_g.c
763
uint8_t expired = 0;
sys/dev/bwn/if_bwn_phy_g.c
786
KASSERT(!expired, ("%s:%d: fail", __func__, __LINE__));
sys/dev/bwn/if_bwn_phy_g.c
787
expired = 1;
sys/dev/bwn/if_bwn_phy_g.c
797
if (expired || TAILQ_EMPTY(&lo->calib_list)) {
sys/dev/wg/wg_noise.c
545
int expired;
sys/dev/wg/wg_noise.c
547
expired = noise_timer_expired(r->r_last_sent, REKEY_TIMEOUT, 0);
sys/dev/wg/wg_noise.c
549
return (expired);
sys/netpfil/ipfw/ip_fw_dynamic.c
181
SLIST_ENTRY(dyn_ipv4_state) expired;
sys/netpfil/ipfw/ip_fw_dynamic.c
206
SLIST_ENTRY(dyn_ipv6_state) expired;
sys/netpfil/ipfw/ip_fw_dynamic.c
2119
next = SLIST_NEXT(s, expired); \
sys/netpfil/ipfw/ip_fw_dynamic.c
2130
s, dyn_ ## name ## _state, expired); \
sys/netpfil/ipfw/ip_fw_dynamic.c
2336
SLIST_INSERT_HEAD(&expired_ ## af, s, expired); \
sys/netpfil/ipfw/ip_fw_dynamic.c
2390
dyn_ipv4_state, expired);
sys/netpfil/ipfw/ip_fw_dynamic.c
2393
dyn_ipv6_state, expired);
sys/netpfil/ipfw/ip_fw_dynamic.c
3282
DYN_FREE_STATES_FORCED(, s4, ipv4, expired_ipv4, expired);
sys/netpfil/ipfw/ip_fw_dynamic.c
3284
DYN_FREE_STATES_FORCED(, s6, ipv6, expired_ipv6, expired);
usr.sbin/ntp/ntpdc/nl.c
660
(int) offsetof(struct info_auth, expired));