Searched refs:life (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dbump_pw_expire.c47 time_t life; local
49 life = krb5_config_get_time_default(context->context,
56 *(ent->pw_end) = time(NULL) + life;
/freebsd-11-stable/crypto/openssh/
H A Dauthfd.h34 const char *comment, u_int life, u_int confirm);
37 const char *pin, u_int life, u_int confirm);
H A Dauthfd.c530 encode_constraints(struct sshbuf *m, u_int life, u_int confirm) argument
534 if (life != 0) {
536 (r = sshbuf_put_u32(m, life)) != 0)
554 u_int life, u_int confirm)
557 int r, constrained = (life || confirm);
596 (r = encode_constraints(msg, life, confirm)) != 0)
664 u_int life, u_int confirm)
667 int r, constrained = (life || confirm);
684 (r = encode_constraints(msg, life, confirm)) != 0)
553 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, u_int life, u_int confirm) argument
663 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h122 unsigned char life; /* Life of ticket */ member in struct:_krb5_krb_auth_data
/freebsd-11-stable/include/rpc/
H A Dauth_kerb.h72 int life; /* Life of ticket */ member in struct:authkerb_clnt_cred
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkinit.c125 { "renewable-life", 'r', arg_string, &renew_life,
233 krb5_deltat life)
276 if(life)
277 in.times.endtime = time(NULL) + life;
584 char life[64]; local
586 life, sizeof(life));
587 krb5_warnx(context, N_("NOTICE: ticket lifetime is %s", ""), life);
592 char life[64]; local
594 life, sizeo
228 renew_validate(krb5_context context, int renew, int validate, krb5_ccache cache, const char *server, krb5_deltat life) argument
[all...]
/freebsd-11-stable/sbin/routed/
H A Drdisc.c128 " from %s to %s via %s life=%d\n",
574 u_short life, /* in host byte order */
606 if (pref == 0 || life < MinMaxAdvertiseInterval) {
608 life = 0;
619 if (life == 0)
656 new_drp->dr_life = life;
571 parse_ad(naddr from, naddr gate, n_long pref, u_short life, struct interface *ifp) argument
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l171 PACKET_LIFE packet\-life
/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-lang.c263 and explicitly signed types. This also makes life easier for the
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h250 u32 life, enum mka_created_mode mode,
H A Dieee802_1x_kay.c2091 * and MKA life time elapse since last distribution
2102 * MKA life time has elapsed since the prior SAK was first distributed,
2521 * when the MKA life elapsed since its creating */
3588 const struct mka_key *cak, u32 life,
3631 if (life)
3632 participant->cak_life = life + time(NULL);
3586 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay, const struct mka_key_name *ckn, const struct mka_key *cak, u32 life, enum mka_created_mode mode, Boolean is_authenticator) argument
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c821 time_t life; local
822 life = et.endtime - *et.starttime;
824 life = min(life, *client->entry.max_life);
826 life = min(life, *server->entry.max_life);
827 et.endtime = *et.starttime + life;
/freebsd-11-stable/contrib/gcc/
H A Dlocal-alloc.c109 a quantity can die only once. Each quantity's life span
512 dies; although we could extend the life, it doesn't seem worth
954 MEM remains unchanged for the life of the register, add a REG_EQUIV
1617 decreasing length of life. Normally call qsort, but if we
2118 /* Handle beginning of the life of register REG.
2158 If OUTPUT_P is 1, then we extend the life past the end of this insn. */
2167 extend its life to after this insn,
2192 life to after this insn, so that it won't get allocated together with
2377 mark_life (int regno, enum machine_mode mode, int life)
2380 if (life)
2362 mark_life(int regno, enum machine_mode mode, int life) argument
2378 post_mark_life(int regno, enum machine_mode mode, int life, int birth, int death) argument
[all...]

Completed in 218 milliseconds