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

/freebsd-current/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-current/crypto/openssh/
H A Dauthfd.h51 const char *comment, u_int life, u_int confirm, u_int maxsign,
57 const char *pin, u_int life, u_int confirm,
H A Dauthfd.c507 encode_constraints(struct sshbuf *m, u_int life, u_int confirm, argument
516 if (life != 0) {
518 (r = sshbuf_put_u32(m, life)) != 0)
588 const char *comment, u_int life, u_int confirm, u_int maxsign,
593 int r, constrained = (life || confirm || maxsign ||
631 (r = encode_constraints(msg, life, confirm, maxsign,
686 u_int life, u_int confirm,
691 int r, constrained = (life || confirm || dest_constraints || certs);
708 (r = encode_constraints(msg, life, confirm, 0, NULL,
587 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, u_int life, u_int confirm, u_int maxsign, const char *provider, struct dest_constraint **dest_constraints, size_t ndest_constraints) argument
685 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, u_int life, u_int confirm, struct dest_constraint **dest_constraints, size_t ndest_constraints, int cert_only, struct sshkey **certs, size_t ncerts) argument
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h122 unsigned char life; /* Life of ticket */ member in struct:_krb5_krb_auth_data
/freebsd-current/include/rpc/
H A Dauth_kerb.h73 int life; /* Life of ticket */ member in struct:authkerb_clnt_cred
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm32 repetitive tasks. This module provides functions to make life easier.
/freebsd-current/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-current/sbin/routed/
H A Drdisc.c118 " from %s to %s via %s life=%d\n",
564 u_short life, /* in host byte order */
596 if (pref == 0 || life < MinMaxAdvertiseInterval) {
598 life = 0;
609 if (life == 0)
646 new_drp->dr_life = life;
561 parse_ad(naddr from, naddr gate, n_long pref, u_short life, struct interface *ifp) argument
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l171 PACKET_LIFE packet\-life
/freebsd-current/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h250 u32 life, enum mka_created_mode mode,
H A Dieee802_1x_kay.c2128 * and MKA life time elapse since last distribution
2139 * MKA life time has elapsed since the prior SAK was first distributed,
2558 * when the MKA life elapsed since its creating */
3625 const struct mka_key *cak, u32 life,
3668 if (life)
3669 participant->cak_life = life + time(NULL);
3623 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, bool is_authenticator) argument
/freebsd-current/tools/test/stress2/misc/
H A Dsuj23.sh344 /* keep existing file open during life of this process */
/freebsd-current/crypto/heimdal/kdc/
H A Dkrb5tgs.c826 time_t life; local
827 life = et.endtime - *et.starttime;
829 life = min(life, *client->entry.max_life);
831 life = min(life, *server->entry.max_life);
832 et.endtime = *et.starttime + life;
/freebsd-current/contrib/bmake/mk/
H A Dlib.mk67 # we simplify life by letting the toolchain do most of the work

Completed in 129 milliseconds