| /freebsd/crypto/krb5/src/kdc/ |
| H A D | policy.c | 89 /* Constrain times->endtime to life and times->renew_till to rlife, relative to 93 krb5_deltat life, krb5_deltat rlife) in update_ticket_times() argument 95 if (life) in update_ticket_times() 96 times->endtime = ts_min(ts_incr(now, life), times->endtime); in update_ticket_times() 109 krb5_deltat life = 0, rlife = 0; in check_kdcpolicy_as() local 126 (const char **)ais, status, &life, &rlife); in check_kdcpolicy_as() 130 update_ticket_times(times, kdc_time, life, rlife); in check_kdcpolicy_as() 149 krb5_deltat life = 0, rlife = 0; in check_kdcpolicy_tgs() local 166 (const char **)ais, status, &life, &rlife); in check_kdcpolicy_tgs() 170 update_ticket_times(times, kdc_time, life, rlife); in check_kdcpolicy_tgs()
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | kdb5_ldap_util.man | 133 (\fI\%getdate time\fP string) Specifies maximum ticket life for 137 (\fI\%getdate time\fP string) Specifies maximum renewable life of 193 (\fI\%getdate time\fP string) Specifies maximum ticket life for 197 (\fI\%getdate time\fP string) Specifies maximum renewable life of 239 Maximum ticket life: 0 days 01:00:00 240 Maximum renewable life: 0 days 10:00:00 354 (\fI\%getdate time\fP string) Specifies maximum ticket life for 358 (\fI\%getdate time\fP string) Specifies maximum renewable life of 430 Maximum ticket life: 0 days 01:00:00 431 Maximum renewable life: 0 days 10:00:00
|
| /freebsd/crypto/heimdal/kadmin/ |
| H A D | kadmin-commands.in | 94 long = "realm-max-ticket-life" 99 long = "realm-max-renewable-life" 154 long = "max-ticket-life" 160 long = "max-renewable-life" 163 help = "max renewable life" 308 long = "max-ticket-life" 314 long = "max-renewable-life" 317 help = "max renewable life"
|
| H A D | kadmin.8 | 108 .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 325 .Op Fl Fl realm-max-ticket-life= Ns Ar string 326 .Op Fl Fl realm-max-renewable-life= Ns Ar string
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | life_cycle-kdf.7 | 64 life_cycle\-kdf \- The KDF algorithm life\-cycle 68 go through a number of stages in their life-cycle: 72 starting state for any life-cycle transitions. 83 for all life-cycle transitions. 86 The usual life-cycle of a KDF/PRF is illustrated:
|
| H A D | life_cycle-mac.7 | 64 life_cycle\-mac \- The MAC algorithm life\-cycle 68 go through a number of stages in their life-cycle: 72 starting state for any life-cycle transitions. 90 for all life-cycle transitions. 93 The usual life-cycle of a MAC is illustrated:
|
| H A D | life_cycle-rand.7 | 64 life_cycle\-rand \- The RAND algorithm life\-cycle 68 go through a number of stages in their life-cycle: 72 starting state for any life-cycle transitions. 88 for all life-cycle transitions. 91 The usual life-cycle of a RAND is illustrated:
|
| H A D | life_cycle-digest.7 | 64 life_cycle\-digest \- The digest algorithm life\-cycle 67 All message digests (MDs) go through a number of stages in their life-cycle: 71 starting state for any life-cycle transitions. 96 for all life-cycle transitions. 99 The usual life-cycle of a MD is illustrated:
|
| H A D | life_cycle-cipher.7 | 64 life_cycle\-cipher \- The cipher algorithm life\-cycle 68 life-cycle: 72 starting state for any life-cycle transitions. 104 for all life-cycle transitions. 107 The usual life-cycle of a CIPHER is illustrated:
|
| H A D | life_cycle-pkey.7 | 64 life_cycle\-pkey \- The PKEY algorithm life\-cycle 67 All public keys (PKEYs) go through a number of stages in their life-cycle: 71 starting state for any life-cycle transitions. 111 for all life-cycle transitions. 114 The usual life-cycle of a PKEY object is illustrated:
|
| /freebsd/crypto/openssl/doc/life-cycles/ |
| H A D | README.md | 1 Algorithm Life-Cycle Diagrams 4 This directory contains the algorithm life-cycle diagram sources. 6 The canonical life-cycles are in the spreadsheet.
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | bump_pw_expire.c | 47 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 D | kadm5_err.et | 32 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 D | life_cycle-kdf.pod | 5 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 D | life_cycle-rand.pod | 5 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 D | life_cycle-mac.pod | 5 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:
|
| /freebsd/lib/libmemstat/ |
| H A D | memstat_internal.h | 61 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 D | kinit.c | 125 { "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 D | kinit.1 | 60 .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/krb5/src/lib/kadm5/ |
| H A D | kadm_err.et | 28 error_code KADM5_BAD_MIN_PASS_LIFE, "Password minimum life is greater than password maximum life" 33 error_code KADM5_PASS_TOOSOON, "Current password's minimum life has not expired"
|
| /freebsd/crypto/openssh/ |
| H A D | authfd.c | 507 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()
|
| /freebsd/share/man/man4/ |
| H A D | acpi_battery.4 | 75 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 D | README | 13 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/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 150 /// 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 D | timer.h | 35 * 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
|