Searched refs:accuracy (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/ts/ |
H A D | ts_rsp_utils.c | 152 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 D | ts_rsp_print.c | 25 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 D | ts_rsp_sign.c | 533 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 D | ts_conf.c | 388 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 D | ts_local.h | 88 TS_ACCURACY *accuracy; member
|
H A D | ts_asn1.c | 92 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
|
/openssl/test/ |
H A D | CAtsa.cnf | 139 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)
|
/openssl/include/openssl/ |
H A D | ts.h | 193 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
|
/openssl/doc/internal/man3/ |
H A D | OSSL_TIME.pod | 72 a time can represent. The accuracy is independent of this and is system
|
/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)
|
/openssl/doc/man1/ |
H A D | openssl-ts.pod.in | 452 =item B<accuracy> 454 The accuracy of the time source of the TSA in seconds, milliseconds
|
Completed in 27 milliseconds