Symbol: TS_TST_INFO
crypto/libressl/apps/openssl/ts.c
815
TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
crypto/libressl/apps/openssl/ts.c
856
TS_TST_INFO *tst_info = NULL;
crypto/libressl/crypto/ts/ts_asn1.c
334
.offset = offsetof(TS_TST_INFO, version),
crypto/libressl/crypto/ts/ts_asn1.c
341
.offset = offsetof(TS_TST_INFO, policy_id),
crypto/libressl/crypto/ts/ts_asn1.c
348
.offset = offsetof(TS_TST_INFO, msg_imprint),
crypto/libressl/crypto/ts/ts_asn1.c
355
.offset = offsetof(TS_TST_INFO, serial),
crypto/libressl/crypto/ts/ts_asn1.c
362
.offset = offsetof(TS_TST_INFO, time),
crypto/libressl/crypto/ts/ts_asn1.c
369
.offset = offsetof(TS_TST_INFO, accuracy),
crypto/libressl/crypto/ts/ts_asn1.c
376
.offset = offsetof(TS_TST_INFO, ordering),
crypto/libressl/crypto/ts/ts_asn1.c
383
.offset = offsetof(TS_TST_INFO, nonce),
crypto/libressl/crypto/ts/ts_asn1.c
390
.offset = offsetof(TS_TST_INFO, tsa),
crypto/libressl/crypto/ts/ts_asn1.c
397
.offset = offsetof(TS_TST_INFO, extensions),
crypto/libressl/crypto/ts/ts_asn1.c
409
.size = sizeof(TS_TST_INFO),
crypto/libressl/crypto/ts/ts_asn1.c
414
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_asn1.c
415
d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **in, long len)
crypto/libressl/crypto/ts/ts_asn1.c
417
return (TS_TST_INFO *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/ts/ts_asn1.c
422
i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **out)
crypto/libressl/crypto/ts/ts_asn1.c
427
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_asn1.c
430
return (TS_TST_INFO *)ASN1_item_new(&TS_TST_INFO_it);
crypto/libressl/crypto/ts/ts_asn1.c
434
TS_TST_INFO_free(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_asn1.c
439
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_asn1.c
440
TS_TST_INFO_dup(TS_TST_INFO *x)
crypto/libressl/crypto/ts/ts_asn1.c
446
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_asn1.c
447
d2i_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO **a)
crypto/libressl/crypto/ts/ts_asn1.c
453
i2d_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_asn1.c
459
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_asn1.c
460
d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a)
crypto/libressl/crypto/ts/ts_asn1.c
466
i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_asn1.c
975
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_local.h
170
TS_TST_INFO *tst_info;
crypto/libressl/crypto/ts/ts_local.h
263
TS_TST_INFO *tst_info;
crypto/libressl/crypto/ts/ts_rsp_print.c
198
TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_print.c
84
TS_TST_INFO *tst_info;
crypto/libressl/crypto/ts/ts_rsp_sign.c
407
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_rsp_sign.c
605
static TS_TST_INFO *
crypto/libressl/crypto/ts/ts_rsp_sign.c
609
TS_TST_INFO *tst_info = NULL;
crypto/libressl/crypto/ts/ts_rsp_sign.c
82
static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
crypto/libressl/crypto/ts/ts_rsp_utils.c
120
TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info)
crypto/libressl/crypto/ts/ts_rsp_utils.c
135
TS_TST_INFO *
crypto/libressl/crypto/ts/ts_rsp_utils.c
142
TS_TST_INFO_set_version(TS_TST_INFO *a, long version)
crypto/libressl/crypto/ts/ts_rsp_utils.c
148
TS_TST_INFO_get_version(const TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
154
TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy)
crypto/libressl/crypto/ts/ts_rsp_utils.c
171
TS_TST_INFO_get_policy_id(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
177
TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
crypto/libressl/crypto/ts/ts_rsp_utils.c
194
TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
200
TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial)
crypto/libressl/crypto/ts/ts_rsp_utils.c
217
TS_TST_INFO_get_serial(const TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
223
TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime)
crypto/libressl/crypto/ts/ts_rsp_utils.c
240
TS_TST_INFO_get_time(const TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
246
TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy)
crypto/libressl/crypto/ts/ts_rsp_utils.c
263
TS_TST_INFO_get_accuracy(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
342
TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering)
crypto/libressl/crypto/ts/ts_rsp_utils.c
349
TS_TST_INFO_get_ordering(const TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
355
TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce)
crypto/libressl/crypto/ts/ts_rsp_utils.c
372
TS_TST_INFO_get_nonce(const TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
378
TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa)
crypto/libressl/crypto/ts/ts_rsp_utils.c
395
TS_TST_INFO_get_tsa(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
400
STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
406
TS_TST_INFO_ext_free(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
415
TS_TST_INFO_get_ext_count(TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_utils.c
421
TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos)
crypto/libressl/crypto/ts/ts_rsp_utils.c
427
TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj, int lastpos)
crypto/libressl/crypto/ts/ts_rsp_utils.c
433
TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos)
crypto/libressl/crypto/ts/ts_rsp_utils.c
439
TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc)
crypto/libressl/crypto/ts/ts_rsp_utils.c
445
TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc)
crypto/libressl/crypto/ts/ts_rsp_utils.c
451
TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc)
crypto/libressl/crypto/ts/ts_rsp_utils.c
457
TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx)
crypto/libressl/crypto/ts/ts_rsp_verify.c
472
TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
crypto/libressl/crypto/ts/ts_rsp_verify.c
496
TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token);
crypto/libressl/crypto/ts/ts_rsp_verify.c
520
TS_TST_INFO *tst_info)
crypto/libressl/crypto/ts/ts_rsp_verify.c
673
TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info)
crypto/libressl/crypto/ts/ts_rsp_verify.c
686
TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, X509_ALGOR **out_md_alg,
crypto/libressl/crypto/ts/ts_rsp_verify.c
749
TS_TST_INFO *tst_info)
crypto/libressl/crypto/ts/ts_rsp_verify.c
780
TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info)
crypto/libressl/crypto/ts/ts_rsp_verify.c
82
PKCS7 *token, TS_TST_INFO *tst_info);
crypto/libressl/crypto/ts/ts_rsp_verify.c
85
static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info);
crypto/libressl/crypto/ts/ts_rsp_verify.c
86
static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
crypto/libressl/crypto/ts/ts_rsp_verify.c
91
TS_TST_INFO *tst_info);
crypto/libressl/crypto/ts/ts_rsp_verify.c
92
static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info);
crypto/libressl/include/openssl/ts.h
164
TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token);
crypto/libressl/include/openssl/ts.h
179
TS_TST_INFO *TS_TST_INFO_new(void);
crypto/libressl/include/openssl/ts.h
180
void TS_TST_INFO_free(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
181
int i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp);
crypto/libressl/include/openssl/ts.h
182
TS_TST_INFO *d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp,
crypto/libressl/include/openssl/ts.h
184
TS_TST_INFO *TS_TST_INFO_dup(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
186
TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
crypto/libressl/include/openssl/ts.h
187
int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
188
TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
crypto/libressl/include/openssl/ts.h
189
int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
269
void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info);
crypto/libressl/include/openssl/ts.h
271
TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a);
crypto/libressl/include/openssl/ts.h
273
int TS_TST_INFO_set_version(TS_TST_INFO *a, long version);
crypto/libressl/include/openssl/ts.h
274
long TS_TST_INFO_get_version(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
276
int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy_id);
crypto/libressl/include/openssl/ts.h
277
ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
279
int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
crypto/libressl/include/openssl/ts.h
280
TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
282
int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial);
crypto/libressl/include/openssl/ts.h
283
const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
285
int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
crypto/libressl/include/openssl/ts.h
286
const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
288
int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy);
crypto/libressl/include/openssl/ts.h
289
TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
300
int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering);
crypto/libressl/include/openssl/ts.h
301
int TS_TST_INFO_get_ordering(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
303
int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce);
crypto/libressl/include/openssl/ts.h
304
const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
306
int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa);
crypto/libressl/include/openssl/ts.h
307
GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
309
STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
310
void TS_TST_INFO_ext_free(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
311
int TS_TST_INFO_get_ext_count(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
312
int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos);
crypto/libressl/include/openssl/ts.h
313
int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, const ASN1_OBJECT *obj,
crypto/libressl/include/openssl/ts.h
315
int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos);
crypto/libressl/include/openssl/ts.h
316
X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc);
crypto/libressl/include/openssl/ts.h
317
X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc);
crypto/libressl/include/openssl/ts.h
318
int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc);
crypto/libressl/include/openssl/ts.h
319
void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
crypto/libressl/include/openssl/ts.h
423
TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
crypto/libressl/include/openssl/ts.h
527
int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a);