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

/freebsd-10.2-release/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-10.2-release/crypto/openssh/
H A Dauthfd.c488 const char *comment, u_int life, u_int confirm)
491 int type, constrained = (life || confirm);
524 if (life != 0) {
526 buffer_put_int(&msg, life);
580 const char *reader_id, const char *pin, u_int life, u_int confirm)
583 int type, constrained = (life || confirm);
598 if (life != 0) {
600 buffer_put_int(&msg, life);
487 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
579 ssh_update_card(AuthenticationConnection *auth, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h122 unsigned char life; /* Life of ticket */ member in struct:_krb5_krb_auth_data
/freebsd-10.2-release/include/rpc/
H A Dauth_kerb.h72 int life; /* Life of ticket */ member in struct:authkerb_clnt_cred
/freebsd-10.2-release/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-10.2-release/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-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l167 PACKET_LIFE packet\-life
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dp-lang.c263 and explicitly signed types. This also makes life easier for the
/freebsd-10.2-release/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-10.2-release/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 178 milliseconds