/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 88 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 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 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 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/secure/lib/libcrypto/man/man7/ |
H A D | life_cycle-kdf.7 | 140 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 D | life_cycle-mac.7 | 140 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 D | life_cycle-rand.7 | 140 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 D | life_cycle-digest.7 | 140 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 D | life_cycle-cipher.7 | 140 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 D | life_cycle-pkey.7 | 140 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 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:
|
H A D | life_cycle-digest.pod | 5 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 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/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()
|
H A D | ssh-agent.1 | 51 .Op Fl t Ar life 57 .Op Fl t Ar life 166 .It Fl t Ar life
|
/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/crypto/heimdal/lib/hdb/ |
H A D | print.c | 54 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 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
|