Home
last modified time | relevance | path

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

1234567

/netbsd-src/crypto/external/bsd/openssl/dist/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.c535 TS_ACCURACY *accuracy = NULL; in ts_RESP_create_tst_info() local
558 && (accuracy = TS_ACCURACY_new()) == NULL) in ts_RESP_create_tst_info()
560 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info()
562 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis)) in ts_RESP_create_tst_info()
564 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros)) in ts_RESP_create_tst_info()
566 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) in ts_RESP_create_tst_info()
600 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),
/netbsd-src/crypto/external/bsd/openssl.old/dist/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.c540 TS_ACCURACY *accuracy = NULL; in ts_RESP_create_tst_info() local
563 && (accuracy = TS_ACCURACY_new()) == NULL) in ts_RESP_create_tst_info()
565 if (ctx->seconds && !TS_ACCURACY_set_seconds(accuracy, ctx->seconds)) in ts_RESP_create_tst_info()
567 if (ctx->millis && !TS_ACCURACY_set_millis(accuracy, ctx->millis)) in ts_RESP_create_tst_info()
569 if (ctx->micros && !TS_ACCURACY_set_micros(accuracy, ctx->micros)) in ts_RESP_create_tst_info()
571 if (accuracy && !TS_TST_INFO_set_accuracy(tst_info, accuracy)) in ts_RESP_create_tst_info()
605 TS_ACCURACY_free(accuracy); in ts_RESP_create_tst_info()
H A Dts_conf.c381 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy() local
383 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),
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dmpeix16 Unfortunately the implementation of adjtime() has exposed a sub-second accuracy
29 your system time with reasonable accuracy.
/netbsd-src/external/lgpl3/mpc/dist/tools/mpcheck/
H A DREADME3 want to assert the accuracy of the C library.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dalphascale-asm9260.dtsi34 clock-accuracy = <30000>;
H A Dpxa300-raumfeld-tuneable-clock.dtsi10 clock-accuracy = <100>;
H A Dpxa300-raumfeld-speaker-one.dts22 clock-accuracy = <100>;
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A Dcputimes_notes.txt29 nanoseconds as units, but does not have nanosecond accuracy. It would be
30 reasonable to assume that this has microsecond accuracy (10^-6), so in
H A DALLoncpu_notes.txt21 the accuracy of this time.
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A Dcputimes_notes.txt29 nanoseconds as units, but does not have nanosecond accuracy. It would be
30 reasonable to assume that this has microsecond accuracy (10^-6), so in
H A DALLoncpu_notes.txt21 the accuracy of this time.
/netbsd-src/usr.sbin/timed/
H A DCHANGES43 vastly improve the accuracy of the clock difference measure by
50 damp oscillations and improve the long term accuracy of the
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/
H A DReferences198 accuracy
606 accuracy
/netbsd-src/usr.sbin/timed/timed/
H A DCHANGES52 vastly improve the accuracy of the clock difference measure by
59 damp oscillations and improve the long term accuracy of the
/netbsd-src/external/bsd/openldap/dist/tests/data/tls/conf/
H A Dopenssl.cnf122 accuracy = secs:1, millisecs:500, microsecs:100 # (optional)

1234567