/openssl/doc/man3/ |
H A D | OPENSSL_gmtime.pod | 33 OPENSSL_gmtime_adj() converts I<tm> into a days and seconds value, adds the 34 offsets, then converts back into a I<struct tm> specified by I<tm>. Leap seconds 39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less 40 than the number of seconds per day (3600). Leap seconds are not considered.
|
H A D | SSL_CTX_set_timeout.pod | 17 B<ctx> to B<t>. The timeout value B<t> must be given in seconds. 43 of 300 seconds. 49 seconds).
|
H A D | SSL_SESSION_get_time.pod | 35 established. The time is given in seconds since the Epoch and therefore 42 in seconds. 44 SSL_SESSION_set_timeout() sets the timeout value for session B<s> in seconds
|
H A D | SSL_SESSION_has_ticket.pod | 23 SSL_SESSION_get_ticket_lifetime_hint returns the lifetime hint in seconds 36 SSL_SESSION_get_ticket_lifetime_hint() returns the number of seconds.
|
H A D | SSL_get_default_timeout.pod | 26 SSL_get_default_timeout() return this hardcoded value, which is 300 seconds
|
H A D | ASN1_TIME_set.pod | 78 seconds in a day. If I<s> is NULL a new structure is allocated 120 seconds, e.g. YYYYMMDDHHMMSS.SSSZ, the fractional seconds will be lost while 130 sign. The value of I<*psec> will always be less than the number of seconds
|
H A D | X509_load_http.pod | 39 If the B<timeout> parameter is > 0 this indicates the maximum number of seconds
|
H A D | BIO_socket_wait.pod | 40 If the B<timeout> parameter is > 0 this indicates the maximum number of seconds
|
H A D | OCSP_resp_find_status.pod | 111 OCSP_single_get0_status(). If I<sec> is nonzero it indicates how many seconds 113 the maximum age of I<thisupd> in seconds.
|
H A D | OSSL_HTTP_transfer.pod | 148 seconds the overall HTTP transfer (i.e., connection setup if needed, 160 seconds the connection setup is allowed to take. 194 If the I<timeout> parameter is > 0 this indicates the maximum number of seconds
|
/openssl/crypto/ts/ |
H A D | ts_rsp_utils.c | 173 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds) in TS_ACCURACY_set_seconds() argument 177 if (a->seconds == seconds) in TS_ACCURACY_set_seconds() 179 new_seconds = ASN1_INTEGER_dup(seconds); in TS_ACCURACY_set_seconds() 184 ASN1_INTEGER_free(a->seconds); in TS_ACCURACY_set_seconds() 185 a->seconds = new_seconds; in TS_ACCURACY_set_seconds() 191 return a->seconds; in TS_ACCURACY_get_seconds()
|
H A D | ts_local.h | 58 ASN1_INTEGER *seconds; member 110 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */ member
|
H A D | ts_rsp_sign.c | 133 ASN1_INTEGER_free(ctx->seconds); in TS_RESP_CTX_free() 224 ASN1_INTEGER_free(ctx->seconds); \ 225 ctx->seconds = NULL; \ 237 && ((ctx->seconds = ASN1_INTEGER_new()) == NULL in TS_RESP_CTX_set_accuracy() 238 || !ASN1_INTEGER_set(ctx->seconds, secs))) in TS_RESP_CTX_set_accuracy() 555 if ((ctx->seconds || ctx->millis || ctx->micros) in ts_RESP_create_tst_info() 558 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info()
|
H A D | ts_rsp_print.c | 178 if (a->seconds != NULL) in ts_ACCURACY_print_bio() 179 TS_ASN1_INTEGER_print_bio(bio, a->seconds); in ts_ACCURACY_print_bio()
|
H A D | ts_asn1.c | 78 ASN1_OPT(TS_ACCURACY, seconds, ASN1_INTEGER),
|
/openssl/test/ |
H A D | sanitytest.c | 136 uint64_t seconds; in test_sanity_sleep() local 145 seconds = ossl_time2seconds(ossl_time_subtract(ossl_time_now(), start)); in test_sanity_sleep() 147 if (!TEST_uint64_t_ge(seconds, 1) || !TEST_uint64_t_le(seconds, 20)) in test_sanity_sleep()
|
/openssl/apps/ |
H A D | speed.c | 217 const openssl_speed_sec_t *seconds); 2170 seconds.sym = seconds.rsa = seconds.dsa = seconds.ecdsa in speed_main() 2171 = seconds.ecdh = seconds.eddsa in speed_main() 2172 = seconds.sm2 = seconds.ffdh in speed_main() 2173 = seconds.kem = seconds.sig = opt_int_arg(); in speed_main() 3406 dsa_bits[testnum], seconds.dsa); in speed_main() 3436 dsa_bits[testnum], seconds.dsa); in speed_main() 4200 kskey_print_message(kem_name, "keygen", seconds.kem); in speed_main() 4391 kskey_print_message(sig_name, "signs", seconds.sig); in speed_main() 5050 const openssl_speed_sec_t *seconds) in multiblock_speed() argument [all …]
|
/openssl/doc/man1/ |
H A D | openssl-speed.pod.in | 26 [B<-seconds> I<num>] 116 =item B<-seconds> I<num> 118 Run benchmarks for I<num> seconds. 137 regardless of any B<-seconds> value. In the event that any operation fails then
|
H A D | openssl-ocsp.pod.in | 37 [B<-timeout> I<seconds>] 215 =item B<-timeout> I<seconds> 217 Connection timeout to the OCSP responder in seconds. 287 These options specify the range of times, in seconds, which will be tolerated 291 seconds. In practice the OCSP responder and clients clocks may not be precisely 294 seconds, the default value is 5 minutes. 298 B<notBefore> field is checked to see it is not older than I<age> seconds old.
|
H A D | openssl-s_time.pod.in | 19 [B<-time> I<seconds>] 116 Specifies how long (in seconds) this command should establish connections
|
H A D | openssl-sess_id.pod.in | 127 The timeout in seconds.
|
/openssl/doc/internal/man3/ |
H A D | OSSL_TIME.pod | 80 integral number of seconds, milliseconds and microseconds respectively 85 respectively. These functions truncates any fractional seconds and are 155 return the duration specified in ticks, seconds, milliseconds and microseconds 159 return the number of ticks, seconds, microseconds and microseconds respectively
|
H A D | ossl_cmp_mock_srv_new.pod | 83 ossl_cmp_mock_srv_set_checkAfterTime() sets the number of seconds
|
/openssl/.github/workflows/ |
H A D | main.yml | 26 fuzz-seconds: 600
|
/openssl/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 28 computation time of less than 5 seconds on a 2.5 GHz Intel Core 2 Duo are N = 31 GHz), this computation takes about 3 seconds. When N, r or p are not specified,
|