Searched refs:accuracy (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c76 static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
183 TS_ACCURACY *accuracy; local
217 /* Print accuracy. */
219 accuracy = TS_TST_INFO_get_accuracy(a);
220 if (accuracy == NULL)
223 TS_ACCURACY_print_bio(bio, accuracy);
258 static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy) argument
260 const ASN1_INTEGER *seconds = TS_ACCURACY_get_seconds(accuracy);
261 const ASN1_INTEGER *millis = TS_ACCURACY_get_millis(accuracy);
262 const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy);
[all...]
H A Dts_rsp_utils.c204 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy) argument
208 if (a->accuracy == accuracy)
210 new_accuracy = TS_ACCURACY_dup(accuracy);
215 TS_ACCURACY_free(a->accuracy);
216 a->accuracy = new_accuracy;
222 return a->accuracy;
H A Dts_rsp_sign.c611 TS_ACCURACY *accuracy = NULL; local
633 /* Setting accuracy if needed. */
635 && !(accuracy = TS_ACCURACY_new()))
638 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds))
640 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis))
642 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros))
644 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy))
681 TS_ACCURACY_free(accuracy);
H A Dts_conf.c82 #define ENV_ACCURACY "accuracy"
403 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); local
405 if (accuracy && !(list = X509V3_parse_list(accuracy))) {
H A Dts.h158 accuracy Accuracy OPTIONAL,
173 TS_ACCURACY *accuracy; member in struct:TS_tst_info_st
425 int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
505 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
506 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
507 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
H A Dts_asn1.c144 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
/freebsd-10.1-release/sys/xen/interface/
H A Dplatform.h153 uint32_t accuracy; member in struct:xenpf_efi_runtime_call::__anon11593::__anon11594

Completed in 164 milliseconds