Symbol: TS_TST_INFO
crypto/openssl/apps/ts.c
649
TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
crypto/openssl/apps/ts.c
687
TS_TST_INFO *tst_info = NULL;
crypto/openssl/crypto/ts/ts_asn1.c
100
IMPLEMENT_ASN1_DUP_FUNCTION(TS_TST_INFO)
crypto/openssl/crypto/ts/ts_asn1.c
101
TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO **a)
crypto/openssl/crypto/ts/ts_asn1.c
103
return ASN1_d2i_bio_of(TS_TST_INFO, TS_TST_INFO_new, d2i_TS_TST_INFO, bp,
crypto/openssl/crypto/ts/ts_asn1.c
107
int i2d_TS_TST_INFO_bio(BIO *bp, const TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_asn1.c
109
return ASN1_i2d_bio_of(TS_TST_INFO, i2d_TS_TST_INFO, bp, a);
crypto/openssl/crypto/ts/ts_asn1.c
112
TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a)
crypto/openssl/crypto/ts/ts_asn1.c
114
return ASN1_d2i_fp_of(TS_TST_INFO, TS_TST_INFO_new, d2i_TS_TST_INFO, fp,
crypto/openssl/crypto/ts/ts_asn1.c
118
int i2d_TS_TST_INFO_fp(FILE *fp, const TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_asn1.c
120
return ASN1_i2d_fp_of(TS_TST_INFO, i2d_TS_TST_INFO, fp, a);
crypto/openssl/crypto/ts/ts_asn1.c
204
TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token)
crypto/openssl/crypto/ts/ts_asn1.c
86
ASN1_SEQUENCE(TS_TST_INFO) = {
crypto/openssl/crypto/ts/ts_asn1.c
87
ASN1_SIMPLE(TS_TST_INFO, version, ASN1_INTEGER),
crypto/openssl/crypto/ts/ts_asn1.c
88
ASN1_SIMPLE(TS_TST_INFO, policy_id, ASN1_OBJECT),
crypto/openssl/crypto/ts/ts_asn1.c
89
ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT),
crypto/openssl/crypto/ts/ts_asn1.c
90
ASN1_SIMPLE(TS_TST_INFO, serial, ASN1_INTEGER),
crypto/openssl/crypto/ts/ts_asn1.c
91
ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME),
crypto/openssl/crypto/ts/ts_asn1.c
92
ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY),
crypto/openssl/crypto/ts/ts_asn1.c
93
ASN1_OPT(TS_TST_INFO, ordering, ASN1_FBOOLEAN),
crypto/openssl/crypto/ts/ts_asn1.c
94
ASN1_OPT(TS_TST_INFO, nonce, ASN1_INTEGER),
crypto/openssl/crypto/ts/ts_asn1.c
95
ASN1_EXP_OPT(TS_TST_INFO, tsa, GENERAL_NAME, 0),
crypto/openssl/crypto/ts/ts_asn1.c
96
ASN1_IMP_SEQUENCE_OF_OPT(TS_TST_INFO, extensions, X509_EXTENSION, 1)
crypto/openssl/crypto/ts/ts_asn1.c
97
} static_ASN1_SEQUENCE_END(TS_TST_INFO)
crypto/openssl/crypto/ts/ts_asn1.c
99
IMPLEMENT_ASN1_FUNCTIONS(TS_TST_INFO)
crypto/openssl/crypto/ts/ts_local.h
126
TS_TST_INFO *tst_info;
crypto/openssl/crypto/ts/ts_local.h
28
TS_TST_INFO *tst_info;
crypto/openssl/crypto/ts/ts_rsp_print.c
117
int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_sign.c
32
static TS_TST_INFO *ts_RESP_create_tst_info(TS_RESP_CTX *ctx,
crypto/openssl/crypto/ts/ts_rsp_sign.c
358
TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx)
crypto/openssl/crypto/ts/ts_rsp_sign.c
531
static TS_TST_INFO *ts_RESP_create_tst_info(TS_RESP_CTX *ctx,
crypto/openssl/crypto/ts/ts_rsp_sign.c
535
TS_TST_INFO *tst_info = NULL;
crypto/openssl/crypto/ts/ts_rsp_utils.c
105
TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
110
int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial)
crypto/openssl/crypto/ts/ts_rsp_utils.c
126
const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
131
int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime)
crypto/openssl/crypto/ts/ts_rsp_utils.c
147
const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a)
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
168
TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
240
int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering)
crypto/openssl/crypto/ts/ts_rsp_utils.c
246
int TS_TST_INFO_get_ordering(const TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
251
int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce)
crypto/openssl/crypto/ts/ts_rsp_utils.c
267
const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
272
int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa)
crypto/openssl/crypto/ts/ts_rsp_utils.c
288
GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
293
STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
298
void TS_TST_INFO_ext_free(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
306
int TS_TST_INFO_get_ext_count(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
311
int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos)
crypto/openssl/crypto/ts/ts_rsp_utils.c
316
int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj, int lastpos)
crypto/openssl/crypto/ts/ts_rsp_utils.c
321
int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos)
crypto/openssl/crypto/ts/ts_rsp_utils.c
326
X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc)
crypto/openssl/crypto/ts/ts_rsp_utils.c
331
X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc)
crypto/openssl/crypto/ts/ts_rsp_utils.c
336
int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc)
crypto/openssl/crypto/ts/ts_rsp_utils.c
341
void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx)
crypto/openssl/crypto/ts/ts_rsp_utils.c
40
void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info)
crypto/openssl/crypto/ts/ts_rsp_utils.c
53
TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
58
int TS_TST_INFO_set_version(TS_TST_INFO *a, long version)
crypto/openssl/crypto/ts/ts_rsp_utils.c
63
long TS_TST_INFO_get_version(const TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
68
int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy)
crypto/openssl/crypto/ts/ts_rsp_utils.c
84
ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a)
crypto/openssl/crypto/ts/ts_rsp_utils.c
89
int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
crypto/openssl/crypto/ts/ts_rsp_verify.c
25
PKCS7 *token, TS_TST_INFO *tst_info);
crypto/openssl/crypto/ts/ts_rsp_verify.c
251
TS_TST_INFO *tst_info = response->tst_info;
crypto/openssl/crypto/ts/ts_rsp_verify.c
270
TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token);
crypto/openssl/crypto/ts/ts_rsp_verify.c
29
const TS_TST_INFO *tst_info);
crypto/openssl/crypto/ts/ts_rsp_verify.c
292
PKCS7 *token, TS_TST_INFO *tst_info)
crypto/openssl/crypto/ts/ts_rsp_verify.c
30
static int ts_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
crypto/openssl/crypto/ts/ts_rsp_verify.c
35
TS_TST_INFO *tst_info);
crypto/openssl/crypto/ts/ts_rsp_verify.c
36
static int ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info);
crypto/openssl/crypto/ts/ts_rsp_verify.c
405
const TS_TST_INFO *tst_info)
crypto/openssl/crypto/ts/ts_rsp_verify.c
417
static int ts_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
crypto/openssl/crypto/ts/ts_rsp_verify.c
487
TS_TST_INFO *tst_info)
crypto/openssl/crypto/ts/ts_rsp_verify.c
512
static int ts_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info)
crypto/openssl/fuzz/asn1.c
338
DO_TEST(TS_TST_INFO, d2i_TS_TST_INFO, i2d_TS_TST_INFO, TS_TST_INFO_print_bio);
crypto/openssl/include/openssl/ts.h
106
DECLARE_ASN1_ALLOC_FUNCTIONS(TS_TST_INFO)
crypto/openssl/include/openssl/ts.h
107
DECLARE_ASN1_ENCODE_FUNCTIONS_only(TS_TST_INFO, TS_TST_INFO)
crypto/openssl/include/openssl/ts.h
108
DECLARE_ASN1_DUP_FUNCTION(TS_TST_INFO)
crypto/openssl/include/openssl/ts.h
109
TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
crypto/openssl/include/openssl/ts.h
112
TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
crypto/openssl/include/openssl/ts.h
113
int i2d_TS_TST_INFO_fp(FILE *fp, const TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
115
TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *bio, TS_TST_INFO **a);
crypto/openssl/include/openssl/ts.h
116
int i2d_TS_TST_INFO_bio(BIO *bio, const TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
173
void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
crypto/openssl/include/openssl/ts.h
175
TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a);
crypto/openssl/include/openssl/ts.h
177
int TS_TST_INFO_set_version(TS_TST_INFO *a, long version);
crypto/openssl/include/openssl/ts.h
178
long TS_TST_INFO_get_version(const TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
180
int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy_id);
crypto/openssl/include/openssl/ts.h
181
ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
183
int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
crypto/openssl/include/openssl/ts.h
184
TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
186
int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial);
crypto/openssl/include/openssl/ts.h
187
const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
189
int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
crypto/openssl/include/openssl/ts.h
190
const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a);
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
204
int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering);
crypto/openssl/include/openssl/ts.h
205
int TS_TST_INFO_get_ordering(const TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
207
int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce);
crypto/openssl/include/openssl/ts.h
208
const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
210
int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
crypto/openssl/include/openssl/ts.h
211
GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
213
STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
214
void TS_TST_INFO_ext_free(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
215
int TS_TST_INFO_get_ext_count(TS_TST_INFO *a);
crypto/openssl/include/openssl/ts.h
216
int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos);
crypto/openssl/include/openssl/ts.h
217
int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj,
crypto/openssl/include/openssl/ts.h
219
int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos);
crypto/openssl/include/openssl/ts.h
220
X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc);
crypto/openssl/include/openssl/ts.h
221
X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc);
crypto/openssl/include/openssl/ts.h
222
int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc);
crypto/openssl/include/openssl/ts.h
223
void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
crypto/openssl/include/openssl/ts.h
347
TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
crypto/openssl/include/openssl/ts.h
468
int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a);