Searched refs:lifetime (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcontext_time.c39 OM_uint32 lifetime,
45 if (lifetime == 0) {
56 if (lifetime < timeret)
59 *lifetime_rec = lifetime - timeret;
72 OM_uint32 lifetime; local
79 lifetime = ctx->lifetime;
83 lifetime, time_rec);
37 _gsskrb5_lifetime_left(OM_uint32 *minor_status, krb5_context context, OM_uint32 lifetime, OM_uint32 *lifetime_rec) argument
H A Dinquire_cred_by_mech.c48 OM_uint32 lifetime; local
52 name, &lifetime, &usage, NULL);
58 *initiator_lifetime = lifetime;
65 *acceptor_lifetime = lifetime;
H A Dadd_cred.c50 OM_uint32 ret, lifetime; local
107 handle->lifetime = cred->lifetime;
207 NULL, &lifetime, NULL, actual_mechs);
212 *initiator_time_rec = lifetime;
214 *acceptor_time_rec = lifetime;
H A Dgsskrb5_locl.h84 OM_uint32 lifetime; member in struct:gsskrb5_ctx
98 OM_uint32 lifetime; member in struct:__anon4785
H A Dinquire_cred.c40 OM_uint32 * lifetime,
128 if (lifetime != NULL) {
131 if (acred) alife = acred->lifetime;
132 if (icred) ilife = icred->lifetime;
137 lifetime);
36 _gsskrb5_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * output_name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
H A Dinquire_context.c79 ctx->lifetime,
H A Dacquire_cred.c41 OM_uint32 *lifetime)
68 *lifetime = 0;
72 *lifetime = out_cred.times.endtime;
224 handle->lifetime = cred.times.endtime;
232 &handle->lifetime);
37 __gsskrb5_ccache_lifetime(OM_uint32 *minor_status, krb5_context context, krb5_ccache id, krb5_principal principal, OM_uint32 *lifetime) argument
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_cred.c49 OM_uint32 *lifetime,
68 if (lifetime)
69 *lifetime = 0;
184 if (lifetime)
185 *lifetime = min_lifetime;
46 gss_inquire_cred(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, gss_name_t *name_ret, OM_uint32 *lifetime, gss_cred_usage_t *cred_usage, gss_OID_set *mechanisms) argument
/freebsd-10.0-release/lib/libgssapi/
H A Dgss_inquire_cred.c56 OM_uint32 *lifetime,
75 if (lifetime)
76 *lifetime = 0;
192 if (lifetime)
193 *lifetime = min_lifetime;
53 gss_inquire_cred(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, gss_name_t *name_ret, OM_uint32 *lifetime, gss_cred_usage_t *cred_usage, gss_OID_set *mechanisms) argument
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dpeerkey_auth.c153 u32 lifetime; local
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
239 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
241 (u8 *) &lifetime, sizeof(lifetime), NUL
[all...]
H A Dwpa_auth_ie.h27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
/freebsd-10.0-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c393 be32 lifetime; local
396 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
427 lifetime = host_to_be32(peerkey->lifetime);
429 (u8 *) &lifetime, sizeof(lifetime));
529 u32 lifetime; local
547 kde.lifetime == NULL || kde.lifetime_len < 4) {
579 lifetime = WPA_GET_BE32(kde.lifetime);
677 be32 lifetime; local
749 u32 lifetime; local
[all...]
H A Dtdls.c97 u32 lifetime; member in struct:wpa_tdls_peer
585 * On TPK lifetime expiration, we have an option of either tearing down
593 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
597 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
1026 peer->lifetime = TPK_LIFETIME;
1030 "lifetime");
1031 peer->lifetime = 301;
1035 "lifetime");
1036 peer->lifetime = 0xffffffff;
1040 sizeof(timeoutie), peer->lifetime);
1075 u32 lifetime; local
1160 u32 lifetime; local
1342 u32 lifetime = 0; local
1660 u32 lifetime = peer->lifetime; local
1696 u32 lifetime; local
1905 u32 lifetime; local
2028 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local
[all...]
H A Dwpa_ie.h29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
H A Dpeerkey.h26 u32 lifetime; member in struct:wpa_peerkey
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dauthkeys.c30 u_long lifetime; /* remaining lifetime */ member in struct:savekey
50 u_long authkeyexpired; /* key lifetime expirations */
227 sk->lifetime = current_time + trust;
229 sk->lifetime = 0;
351 sk->lifetime = 0;
382 sk->lifetime = 0;
411 if (sk->lifetime > 0 && current_time >
412 sk->lifetime) {
/freebsd-10.0-release/crypto/openssh/
H A Dssh-add.c80 /* Default lifetime (0 == forever) */
81 static int lifetime = 0; variable
233 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
237 if (lifetime != 0)
239 "Lifetime set to %d seconds\n", lifetime);
273 lifetime, confirm)) {
279 if (lifetime != 0)
280 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
302 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
400 fprintf(stderr, " -t life Set lifetime (i
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dcreds.c43 OM_uint32 * lifetime,
70 if (lifetime)
71 *lifetime = GSS_C_INDEFINITE;
39 _gss_ntlm_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
/freebsd-10.0-release/sbin/ifconfig/
H A Daf_inet6.c174 struct in6_addrlifetime lifetime; local
196 memset(&lifetime, 0, sizeof(lifetime));
203 lifetime = ifr6.ifr_ifru.ifru_lifetime;
258 if (ip6lifetime && (lifetime.ia6t_preferred || lifetime.ia6t_expire)) {
260 if (lifetime.ia6t_preferred) {
261 printf("%s ", lifetime.ia6t_preferred < t
262 ? "0" : sec2str(lifetime.ia6t_preferred - t));
267 if (lifetime
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c454 u_int lifetime, num, size; local
461 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
463 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
464 if (lifetime < 60) {
466 lifetime);
467 } else if (lifetime < 60 * 60) {
469 lifetime / 60, lifetime % 60);
473 lifetime / 3600,
474 (lifetime
[all...]
/freebsd-10.0-release/usr.sbin/nscd/
H A Dparser.c132 struct timeval lifetime; local
137 memset(&lifetime, 0, sizeof(struct timeval));
138 lifetime.tv_sec = ttl;
142 &lifetime, sizeof(struct timeval));
144 &lifetime, sizeof(struct timeval));
154 struct timeval lifetime; local
159 memset(&lifetime, 0, sizeof(struct timeval));
160 lifetime.tv_sec = nttl;
165 &lifetime, sizeof(struct timeval));
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_windows.in57 --lifetime=10years \
H A Dtest_ca.in95 --lifetime='1 month' \
99 echo "verify certificate (included in CRL, and lifetime 1 month)"
109 --lifetime="10years 1 month" \
311 --lifetime="2years" \
326 --lifetime="3years" \
342 --lifetime="2years" \
359 --lifetime="3years" \
376 --lifetime="3years" \
392 --lifetime="2years" \
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h86 int lifetime; /* Lifetime */ member in struct:credentials
/freebsd-10.0-release/sys/netinet/
H A Dtcp_syncache.h110 u_int lifetime; member in struct:syncookie_secret

Completed in 274 milliseconds

123