Symbol: TS_ACCURACY
crypto/openssl/crypto/ts/ts_asn1.c
77
ASN1_SEQUENCE(TS_ACCURACY) = {
crypto/openssl/crypto/ts/ts_asn1.c
78
ASN1_OPT(TS_ACCURACY, seconds, ASN1_INTEGER),
crypto/openssl/crypto/ts/ts_asn1.c
79
ASN1_IMP_OPT(TS_ACCURACY, millis, ASN1_INTEGER, 0),
crypto/openssl/crypto/ts/ts_asn1.c
80
ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
crypto/openssl/crypto/ts/ts_asn1.c
81
} static_ASN1_SEQUENCE_END(TS_ACCURACY)
crypto/openssl/crypto/ts/ts_asn1.c
83
IMPLEMENT_ASN1_FUNCTIONS(TS_ACCURACY)
crypto/openssl/crypto/ts/ts_asn1.c
84
IMPLEMENT_ASN1_DUP_FUNCTION(TS_ACCURACY)
crypto/openssl/crypto/ts/ts_asn1.c
92
ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
crypto/openssl/crypto/ts/ts_local.h
88
TS_ACCURACY *accuracy;
crypto/openssl/crypto/ts/ts_rsp_print.c
175
static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *a)
crypto/openssl/crypto/ts/ts_rsp_print.c
25
static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
crypto/openssl/crypto/ts/ts_rsp_sign.c
539
TS_ACCURACY *accuracy = NULL;
crypto/openssl/crypto/ts/ts_rsp_utils.c
152
int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy)
crypto/openssl/crypto/ts/ts_rsp_utils.c
154
TS_ACCURACY *new_accuracy;
crypto/openssl/crypto/ts/ts_rsp_utils.c
168
TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
173
int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds)
crypto/openssl/crypto/ts/ts_rsp_utils.c
189
const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
194
int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis)
crypto/openssl/crypto/ts/ts_rsp_utils.c
212
const ASN1_INTEGER *TS_ACCURACY_get_millis(const TS_ACCURACY *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
217
int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros)
crypto/openssl/crypto/ts/ts_rsp_utils.c
235
const ASN1_INTEGER *TS_ACCURACY_get_micros(const TS_ACCURACY *a)
crypto/openssl/fuzz/asn1.c
339
DO_TEST_NO_PRINT(TS_ACCURACY, d2i_TS_ACCURACY, i2d_TS_ACCURACY);
crypto/openssl/include/openssl/ts.h
118
DECLARE_ASN1_ALLOC_FUNCTIONS(TS_ACCURACY)
crypto/openssl/include/openssl/ts.h
119
DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_ACCURACY, TS_ACCURACY)
crypto/openssl/include/openssl/ts.h
120
DECLARE_ASN1_DUP_FUNCTION(TS_ACCURACY)
crypto/openssl/include/openssl/ts.h
192
int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
crypto/openssl/include/openssl/ts.h
193
TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
195
int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds);
crypto/openssl/include/openssl/ts.h
196
const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a);
crypto/openssl/include/openssl/ts.h
198
int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis);
crypto/openssl/include/openssl/ts.h
199
const ASN1_INTEGER *TS_ACCURACY_get_millis(const TS_ACCURACY *a);
crypto/openssl/include/openssl/ts.h
201
int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
crypto/openssl/include/openssl/ts.h
202
const ASN1_INTEGER *TS_ACCURACY_get_micros(const TS_ACCURACY *a);