Home
last modified time | relevance | path

Searched refs:life (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/crypto/heimdal/lib/kadm5/
H A Dbump_pw_expire.c47 time_t life; in _kadm5_bump_pw_expire() local
49 life = krb5_config_get_time_default(context->context, in _kadm5_bump_pw_expire()
56 *(ent->pw_end) = time(NULL) + life; in _kadm5_bump_pw_expire()
H A Dkadm5_err.et32 error_code BAD_MIN_PASS_LIFE, "Password minimum life is greater than password maximum life"
37 error_code PASS_TOOSOON, "Current password's minimum life has not expired"
/freebsd/crypto/heimdal/kuser/
H A Dkinit.c233 krb5_deltat life) in renew_validate() argument
276 if(life) in renew_validate()
277 in.times.endtime = time(NULL) + life; in renew_validate()
584 char life[64]; in get_new_tickets() local
586 life, sizeof(life)); in get_new_tickets()
587 krb5_warnx(context, N_("NOTICE: ticket lifetime is %s", ""), life); in get_new_tickets()
592 char life[64]; in get_new_tickets() local
594 life, sizeof(life)); in get_new_tickets()
597 life); in get_new_tickets()
/freebsd/crypto/openssh/
H A Dauthfd.c507 encode_constraints(struct sshbuf *m, u_int life, u_int confirm, in encode_constraints() argument
516 if (life != 0) { in encode_constraints()
518 (r = sshbuf_put_u32(m, life)) != 0) in encode_constraints()
588 const char *comment, u_int life, u_int confirm, u_int maxsign, in ssh_add_identity_constrained() argument
593 int r, constrained = (life || confirm || maxsign || in ssh_add_identity_constrained()
631 (r = encode_constraints(msg, life, confirm, maxsign, in ssh_add_identity_constrained()
686 u_int life, u_int confirm, in ssh_update_card() argument
691 int r, constrained = (life || confirm || dest_constraints || certs); in ssh_update_card()
708 (r = encode_constraints(msg, life, confirm, 0, NULL, in ssh_update_card()
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,
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-commands.in88 long = "realm-max-ticket-life"
93 long = "realm-max-renewable-life"
148 long = "max-ticket-life"
154 long = "max-renewable-life"
157 help = "max renewable life"
302 long = "max-ticket-life"
308 long = "max-renewable-life"
311 help = "max renewable life"
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md4 This directory contains the algorithm life-cycle diagram sources.
6 The canonical life-cycles are in the spreadsheet.
/freebsd/crypto/openssl/doc/man7/
H A Dlife_cycle-kdf.pod5 life_cycle-kdf - The KDF algorithm life-cycle
10 go through a number of stages in their life-cycle:
17 starting state for any life-cycle transitions.
31 for all life-cycle transitions.
37 The usual life-cycle of a KDF/PRF is illustrated:
H A Dlife_cycle-rand.pod5 life_cycle-rand - The RAND algorithm life-cycle
10 go through a number of stages in their life-cycle:
17 starting state for any life-cycle transitions.
37 for all life-cycle transitions.
43 The usual life-cycle of a RAND is illustrated:
H A Dlife_cycle-mac.pod5 life_cycle-mac - The MAC algorithm life-cycle
10 go through a number of stages in their life-cycle:
17 starting state for any life-cycle transitions.
40 for all life-cycle transitions.
46 The usual life-cycle of a MAC is illustrated:
H A Dlife_cycle-digest.pod5 life_cycle-digest - The digest algorithm life-cycle
9 All message digests (MDs) go through a number of stages in their life-cycle:
16 starting state for any life-cycle transitions.
39 for all life-cycle transitions.
45 The usual life-cycle of a MD is illustrated:
H A Dlife_cycle-cipher.pod5 life_cycle-cipher - The cipher algorithm life-cycle
10 life-cycle:
17 starting state for any life-cycle transitions.
52 for all life-cycle transitions.
58 The usual life-cycle of a CIPHER is illustrated:
/freebsd/usr.bin/fortune/
H A DREADME13 believed in the aforestated principles all his life. A great many other
15 to plug up their ears against the facts of life. We of The Brotherhood
/freebsd/sbin/routed/
H A Drdisc.c564 u_short life, /* in host byte order */ in parse_ad() argument
596 if (pref == 0 || life < MinMaxAdvertiseInterval) { in parse_ad()
598 life = 0; in parse_ad()
609 if (life == 0) in parse_ad()
646 new_drp->dr_life = life; in parse_ad()
/freebsd/include/rpc/
H A Dauth_kerb.h73 int life; /* Life of ticket */ member
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h122 unsigned char life; /* Life of ticket */ member
/freebsd/crypto/heimdal/doc/
H A Dwhatis.texi77 of the ticket (@var{life}), and a secret @dfn{session key}
81 (@{@var{A}, @var{B}, @var{A@sub{addr}}, @var{t@sub{issue}}, @var{life},
87 @var{life}, @var{K@sub{AB}}, @var{T@sub{AB}}@}@var{K@sub{A}}). @var{A}
H A Dsetup.texi12 doing so. It will make life easier for you and everyone else.
164 Realm max ticket life [unlimited]:
165 Realm max renewable ticket life [unlimited]:
167 Max ticket life [unlimited]:
168 Max renewable life [unlimited]:
225 Max ticket life [1 day]:
226 Max renewable life [1 week]:
294 Max ticket life [unlimited]:
295 Max renewable life [unlimited]:
1130 Realm max ticket life [unlimited]:
[all …]
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_reference_counting.rst26 …n integrating *libcbor* into a managed environment. Every item starts its life (by either explicit…
/freebsd/contrib/file/
H A DMAINT6 but to make my life easier I'd like to request the following:
/freebsd/crypto/heimdal/kdc/
H A Dkrb5tgs.c826 time_t life; in tgs_make_reply() local
827 life = et.endtime - *et.starttime; in tgs_make_reply()
829 life = min(life, *client->entry.max_life); in tgs_make_reply()
831 life = min(life, *server->entry.max_life); in tgs_make_reply()
832 et.endtime = *et.starttime + life; in tgs_make_reply()
/freebsd/tools/test/stress2/misc/
H A Dsuj23.sh344 /* keep existing file open during life of this process */
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_INFO.pod69 The life time of this extracted object is as long as the life time of
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.asn1127 max-life[8] INTEGER (0..4294967295) OPTIONAL,
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h253 u32 life, enum mka_created_mode mode,

123