Home
last modified time | relevance | path

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

/openssl-master/crypto/ts/
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()
A Dts_rsp_sign.c248 int secs, int millis, int micros) in TS_RESP_CTX_set_accuracy() argument
252 if (secs in TS_RESP_CTX_set_accuracy()
254 || !ASN1_INTEGER_set(ctx->seconds, secs))) in TS_RESP_CTX_set_accuracy()
/openssl-master/test/
A DCAtsa.cnf139 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
/openssl-master/apps/include/
A Dapps.h85 long days, long hours, long secs);
/openssl-master/include/openssl/
A Dts.h302 int secs, int millis, int micros);
/openssl-master/apps/
A Dopenssl-vms.cnf325 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
A Dopenssl.cnf325 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
A Dspeed.c147 static void alarm_win32(unsigned int secs) in alarm_win32() argument
149 lapse = secs * 1000; in alarm_win32()
/openssl-master/apps/lib/
A Dapps.c3191 long days, long hours, long secs) in set_crl_nextupdate() argument
3200 if (X509_time_adj_ex(tm, days, hours * 60 * 60 + secs, NULL) == NULL) in set_crl_nextupdate()
/openssl-master/doc/man1/
A Dopenssl-ts.pod.in455 and microseconds. E.g. secs:1, millisecs:500, microsecs:100. If any of

Completed in 27 milliseconds