Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/ts/
H A Dts_rsp_utils.c152 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) in TS_TST_INFO_set_accuracy() argument
156 if (a->accuracy == accuracy) in TS_TST_INFO_set_accuracy()
158 new_accuracy = TS_ACCURACY_dup(accuracy); in TS_TST_INFO_set_accuracy()
163 TS_ACCURACY_free(a->accuracy); in TS_TST_INFO_set_accuracy()
164 a->accuracy = new_accuracy; in TS_TST_INFO_set_accuracy()
170 return a->accuracy; in TS_TST_INFO_get_accuracy()
H A Dts_rsp_print.c25 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
145 if (a->accuracy == NULL) in TS_TST_INFO_print_bio()
148 ts_ACCURACY_print_bio(bio, a->accuracy); in TS_TST_INFO_print_bio()
H A Dts_rsp_sign.c533 TS_ACCURACY *accuracy = NULL; in ts_RESP_create_tst_info() local
556 && (accuracy = TS_ACCURACY_new()) == NULL) in ts_RESP_create_tst_info()
558 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info()
560 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis)) in ts_RESP_create_tst_info()
562 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros)) in ts_RESP_create_tst_info()
564 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) in ts_RESP_create_tst_info()
598 TS_ACCURACY_free(accuracy); in ts_RESP_create_tst_info()
H A Dts_conf.c388 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy() local
390 if (accuracy && (list = X509V3_parse_list(accuracy)) == NULL) { in TS_CONF_set_accuracy()
H A Dts_local.h88 TS_ACCURACY *accuracy; member
H A Dts_asn1.c92 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
/openssl/test/
H A DCAtsa.cnf139 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
/openssl/include/openssl/
H A Dts.h193 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod72 a time can represent. The accuracy is independent of this and is system
/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)
/openssl/doc/man1/
H A Dopenssl-ts.pod.in452 =item B<accuracy>
454 The accuracy of the time source of the TSA in seconds, milliseconds

Completed in 24 milliseconds