| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | pmksa_cache_auth.c | 97 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire() 116 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration() 196 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry() 257 entry->expiration = now.sec; in pmksa_cache_auth_add() 259 entry->expiration += session_timeout; in pmksa_cache_auth_add() 261 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_add() 299 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc()
|
| D | pmksa_cache_auth.h | 22 os_time_t expiration; member
|
| /freebsd-10-stable/contrib/wpa/src/rsn_supp/ |
| D | pmksa_cache.c | 59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire() 90 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration() 141 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add() 212 if (pos->expiration > entry->expiration) in pmksa_cache_add() 329 new_entry->expiration = old_entry->expiration; in pmksa_cache_clone_entry() 477 (int) (entry->expiration - now.sec), in pmksa_cache_list()
|
| D | peerkey.h | 27 os_time_t expiration; member
|
| D | pmksa_cache.h | 20 os_time_t expiration; member
|
| /freebsd-10-stable/crypto/heimdal/kadmin/ |
| D | kadmin-commands.in | 166 long = "expiration-time" 169 help = "principal expiration time" 172 long = "pw-expiration-time" 175 help = "password expiration time" 321 long = "expiration-time" 324 help = "principal expiration time" 327 long = "pw-expiration-time" 330 help = "password expiration time"
|
| D | util.c | 438 const char *expiration, in set_entry() argument 457 if (expiration) { in set_entry() 458 if (parse_timet (expiration, &ent->princ_expire_time, in set_entry() 460 krb5_warnx (contextp, "unable to parse `%s'", expiration); in set_entry()
|
| D | ank.c | 75 const char *expiration, in add_one_principal() argument 97 expiration, pw_expiration, attributes); in add_one_principal()
|
| /freebsd-10-stable/contrib/ntp/scripts/update-leap/ |
| D | update-leap-opts | 35 'expiration' => '', 44 'expiration|e=s', 'ntp-conf-file|f=s', 'force-update|F', 55 -e, --expiration=str Refresh the leapfile this long before it expires
|
| D | invoke-update-leap.texi | 49 * update-leap expiration:: expiration option (-e) 81 -e Specify how long (in days) before expiration the file is to be 206 @node update-leap expiration 207 @subsection expiration option (-e) 208 @cindex update-leap-expiration 212 Specify how long before expiration the file is to be refreshed
|
| D | update-leap-opts.def | 71 name = expiration; 76 Specify how long before expiration the file is to be refreshed
|
| D | update-leap.sh | 68 -e Specify how long before expiration the file is to be refreshed
|
| /freebsd-10-stable/usr.sbin/bsdconfig/usermgmt/include/ |
| D | messages.subr | 36 …expiration time. Format is one of:\n\n a) decimal for UNIX time since %s\n b) dd-mmm-yy[yy] for da… 99 …expiration time. Format is one of:\n\n a) decimal for UNIX time since %s\n b) dd-mmm-yy[yy] for da…
|
| /freebsd-10-stable/contrib/ipfilter/ |
| D | WhatsNew50.txt | 57 * rules can now be added with an expiration time, allowing for their 68 an expiration timeout;
|
| /freebsd-10-stable/etc/ntp/ |
| D | leap-seconds | 181 # The following entry specifies the expiration date of the data 183 # 1 January 1900, 00:00:00. This expiration date will be changed 189 # leap seconds.) This expiration date will be identified by a 197 # scheduled, then only the expiration date of the file will 245 # expiration time of the file, but not the
|
| /freebsd-10-stable/contrib/tzdata/ |
| D | leap-seconds.list | 186 # The following entry specifies the expiration date of the data 188 # 1 January 1900, 00:00:00. This expiration date will be changed 194 # leap seconds.) This expiration date will be identified by a 202 # scheduled, then only the expiration date of the file will 250 # expiration time of the file, but not the
|
| /freebsd-10-stable/crypto/heimdal/kuser/ |
| D | klist.c | 335 time_t *expiration) in check_for_tgt() argument 363 if (expiration) in check_for_tgt() 364 *expiration = creds.times.endtime; in check_for_tgt()
|
| /freebsd-10-stable/usr.sbin/bsdconfig/usermgmt/share/ |
| D | user.subr | 56 # The default password expiration time. Format of the date is either a 63 # at which the expiration time is to be set. 175 # The account expiration time. Format is similar to 201 # The password expiration time. Format of the date is either a 209 # expiration time is to be set. Default is to never expire the 856 # The account expiration time. Format is similar to 858 # expiry is unchanged. If set but NULL, account expiration is 888 # The password expiration time. Format of the date is either a 896 # expiration time is to be set. If unset, password expiry is 897 # unchanged. If set but NULL, password expiration is disabled
|
| /freebsd-10-stable/crypto/openssl/doc/ssl/ |
| D | SSL_CTX_sess_set_cache_size.pod | 36 expiration of sessions.
|
| D | SSL_CTX_flush_sessions.pod | 32 expiration test, in most cases the actual time given by time(0)
|
| D | SSL_CTX_set_timeout.pod | 32 The expiration time of a single session can be modified using the
|
| /freebsd-10-stable/crypto/heimdal/lib/hx509/ |
| D | revoke.c | 1192 time_t *expiration) in hx509_ocsp_verify() argument 1202 *expiration = 0; in hx509_ocsp_verify() 1244 *expiration = *basic.tbsResponseData.responses.val[i].nextUpdate; in hx509_ocsp_verify() 1246 *expiration = now; in hx509_ocsp_verify()
|
| /freebsd-10-stable/contrib/ldns/ldns/ |
| D | keys.h | 142 uint32_t expiration; member
|
| /freebsd-10-stable/crypto/heimdal/lib/asn1/ |
| D | krb5.asn1 | 352 LR_PW_EXPTIME(6), -- expiration time of password 353 LR_ACCT_EXPTIME(7) -- expiration time of account 510 key-expiration[3] KerberosTime OPTIONAL,
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | X509_STORE_CTX_set_verify_cb.pod | 72 /* Tolerate certificate expiration */
|