Searched refs:secs (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/ |
H A D | sleep.c | 88 static void ossl_sleep_secs(uint64_t secs) in ossl_sleep_secs() argument 97 if (secs < limited_secs) in ossl_sleep_secs() 98 limited_secs = (unsigned int)secs; in ossl_sleep_secs()
|
/openssl/crypto/ts/ |
H A D | ts_conf.c | 386 int secs = 0, millis = 0, micros = 0; in TS_CONF_set_accuracy() local 398 secs = atoi(val->value); in TS_CONF_set_accuracy() 410 if (!TS_RESP_CTX_set_accuracy(ctx, secs, millis, micros)) in TS_CONF_set_accuracy()
|
H A D | ts_rsp_sign.c | 232 int secs, int millis, int micros) in TS_RESP_CTX_set_accuracy() argument 236 if (secs in TS_RESP_CTX_set_accuracy() 238 || !ASN1_INTEGER_set(ctx->seconds, secs))) in TS_RESP_CTX_set_accuracy()
|
/openssl/test/ |
H A D | CAtsa.cnf | 139 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
/openssl/apps/include/ |
H A D | apps.h | 91 long days, long hours, long secs);
|
/openssl/include/openssl/ |
H A D | ts.h | 304 int secs, int millis, int micros);
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 325 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
H A D | openssl.cnf | 325 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
H A D | speed.c | 172 static void alarm_win32(unsigned int secs) in alarm_win32() argument 174 lapse = secs * 1000; in alarm_win32()
|
/openssl/apps/lib/ |
H A D | apps.c | 3343 long days, long hours, long secs) in set_crl_nextupdate() argument 3352 if (X509_time_adj_ex(tm, days, hours * 60 * 60 + secs, NULL) == NULL) in set_crl_nextupdate()
|
/openssl/doc/man1/ |
H A D | openssl-ts.pod.in | 455 and microseconds. E.g. secs:1, millisecs:500, microsecs:100. If any of
|
Completed in 48 milliseconds