Home
last modified time | relevance | path

Searched full:life (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/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"
H A Dkadmin.8108 .Op Fl Fl max-ticket-life= Ns Ar lifetime
109 .Op Fl Fl max-renewable-life= Ns Ar lifetime
198 .Op Fl Fl max-ticket-life= Ns Ar lifetime
199 .Op Fl Fl max-renewable-life= Ns Ar lifetime
300 .Op Fl Fl realm-max-ticket-life= Ns Ar string
301 .Op Fl Fl realm-max-renewable-life= Ns Ar string
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md1 Algorithm Life-Cycle Diagrams
4 This directory contains the algorithm life-cycle diagram sources.
6 The canonical life-cycles are in the spreadsheet.
/freebsd/secure/lib/libcrypto/man/man7/
H A Dlife_cycle-kdf.7140 life_cycle\-kdf \- The KDF algorithm life\-cycle
144 go through a number of stages in their life-cycle:
148 starting state for any life-cycle transitions.
159 for all life-cycle transitions.
162 The usual life-cycle of a \s-1KDF/PRF\s0 is illustrated:
H A Dlife_cycle-mac.7140 life_cycle\-mac \- The MAC algorithm life\-cycle
144 go through a number of stages in their life-cycle:
148 starting state for any life-cycle transitions.
166 for all life-cycle transitions.
169 The usual life-cycle of a \s-1MAC\s0 is illustrated:
H A Dlife_cycle-rand.7140 life_cycle\-rand \- The RAND algorithm life\-cycle
144 go through a number of stages in their life-cycle:
148 starting state for any life-cycle transitions.
164 for all life-cycle transitions.
167 The usual life-cycle of a \s-1RAND\s0 is illustrated:
H A Dlife_cycle-digest.7140 life_cycle\-digest \- The digest algorithm life\-cycle
143 All message digests (MDs) go through a number of stages in their life-cycle:
147 starting state for any life-cycle transitions.
165 for all life-cycle transitions.
168 The usual life-cycle of a \s-1MD\s0 is illustrated:
H A Dlife_cycle-cipher.7140 life_cycle\-cipher \- The cipher algorithm life\-cycle
144 life-cycle:
148 starting state for any life-cycle transitions.
180 for all life-cycle transitions.
183 The usual life-cycle of a \s-1CIPHER\s0 is illustrated:
H A Dlife_cycle-pkey.7140 life_cycle\-pkey \- The PKEY algorithm life\-cycle
143 All public keys (PKEYs) go through a number of stages in their life-cycle:
147 starting state for any life-cycle transitions.
187 for all life-cycle transitions.
190 The usual life-cycle of a \s-1PKEY\s0 object is illustrated:
/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/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:
/freebsd/lib/libmemstat/
H A Dmemstat_internal.h61 uint64_t mt_memalloced; /* Bytes allocated over life time. */
62 uint64_t mt_memfreed; /* Bytes freed over life time. */
63 uint64_t mt_numallocs; /* Allocations over life time. */
64 uint64_t mt_numfrees; /* Frees over life time. */
/freebsd/crypto/heimdal/kuser/
H A Dkinit.c125 { "renewable-life", 'r', arg_string, &renew_life,
233 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()
H A Dkinit.160 .Fl Fl renewable-life= Ns Ar time
122 .Fl Fl renewable-life ,
124 .It Fl r Ar time , Fl Fl renewable-life= Ns Ar time
125 The max renewable ticket life.
/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 Dssh-agent.151 .Op Fl t Ar life
57 .Op Fl t Ar life
166 .It Fl t Ar life
/freebsd/share/man/man4/
H A Dacpi_battery.475 Remaining battery life in minutes,
84 Remaining battery life is critically low.
321 Remaining battery life in minutes.
325 .It Va hw.acpi.battery.life
/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/crypto/heimdal/lib/hdb/
H A Dprint.c54 max ticket life
55 max renewable life
185 /* --- max life */ in entry2string_int()
191 /* --- max renewable life */ in entry2string_int()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h150 /// for the whole life time of the Diagnostic.
158 /// for the whole life time of the Diagnostic.
167 /// for the whole life time of the Diagnostic.
666 /// copy this message, so this reference must be valid for the whole life time
726 /// must be valid for the whole life time of the diagnostic.
772 /// must be valid for the whole life time of the diagnostic.
844 /// the whole life time of the diagnostic.
884 /// message, so this reference must be valid for the whole life time of the
925 /// message, so this reference must be valid for the whole life time of the
982 /// copy this message, so this reference must be valid for the whole life time in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtimer.h35 * long, and generate a life timeout event if their lifetime expires.
40 * their lifetime when they generate a life timeout event.
188 *\li For once timers, 'expires' specifies the time when a life timeout
189 * event should be generated. If 'expires' is 0 (the epoch), then no life

12345678910>>...17