Home
last modified time | relevance | path

Searched refs:secs (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/
H A Dsleep.c88 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 Dts_conf.c386 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 Dts_rsp_sign.c232 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 DCAtsa.cnf139 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
/openssl/apps/include/
H A Dapps.h91 long days, long hours, long secs);
/openssl/include/openssl/
H A Dts.h304 int secs, int millis, int micros);
/openssl/apps/
H A Dopenssl-vms.cnf325 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
H A Dopenssl.cnf325 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
H A Dspeed.c172 static void alarm_win32(unsigned int secs) in alarm_win32() argument
174 lapse = secs * 1000; in alarm_win32()
/openssl/apps/lib/
H A Dapps.c3343 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 Dopenssl-ts.pod.in455 and microseconds. E.g. secs:1, millisecs:500, microsecs:100. If any of

Completed in 48 milliseconds