Searched refs:TS_TST_INFO (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libcrypto/ts/ |
H A D | ts_rsp_utils.c | 143 TS_TST_INFO * 158 TS_TST_INFO_get_version(const TS_TST_INFO *a) in TS_TST_INFO_get_version() 183 TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id() 208 TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a) in TS_TST_INFO_get_msg_imprint() 233 TS_TST_INFO_get_serial(const TS_TST_INFO *a) in TS_TST_INFO_get_serial() 258 TS_TST_INFO_get_time(const TS_TST_INFO *a) in TS_TST_INFO_get_time() 283 TS_TST_INFO_get_accuracy(TS_TST_INFO *a) in TS_TST_INFO_get_accuracy() 402 TS_TST_INFO_get_nonce(const TS_TST_INFO *a) in TS_TST_INFO_get_nonce() 427 TS_TST_INFO_get_tsa(TS_TST_INFO *a) in TS_TST_INFO_get_tsa() 440 TS_TST_INFO_ext_free(TS_TST_INFO *a) in TS_TST_INFO_ext_free() [all …]
|
H A D | ts.h | 99 typedef struct TS_tst_info_st TS_TST_INFO; typedef 164 TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token); 179 TS_TST_INFO *TS_TST_INFO_new(void); 180 void TS_TST_INFO_free(TS_TST_INFO *a); 182 TS_TST_INFO *d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp, 184 TS_TST_INFO *TS_TST_INFO_dup(TS_TST_INFO *a); 186 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a); 188 TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a); 271 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a); 310 void TS_TST_INFO_ext_free(TS_TST_INFO *a); [all …]
|
H A D | ts_asn1.c | 385 .offset = offsetof(TS_TST_INFO, time), 413 .offset = offsetof(TS_TST_INFO, tsa), 432 .size = sizeof(TS_TST_INFO), 437 TS_TST_INFO * 452 TS_TST_INFO * 460 TS_TST_INFO_free(TS_TST_INFO *a) in TS_TST_INFO_free() 466 TS_TST_INFO * 467 TS_TST_INFO_dup(TS_TST_INFO *x) in TS_TST_INFO_dup() 474 TS_TST_INFO * 489 TS_TST_INFO * [all …]
|
H A D | ts_rsp_verify.c | 82 PKCS7 *token, TS_TST_INFO *tst_info); 85 static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info); 86 static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, 91 TS_TST_INFO *tst_info); 92 static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info); 473 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in TS_RESP_verify_response() 498 TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token); in TS_RESP_verify_token() 523 TS_TST_INFO *tst_info) in int_TS_RESP_verify_token() 676 TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info) in TS_check_policy() 752 TS_TST_INFO *tst_info) in TS_check_imprints() [all …]
|
H A D | ts_local.h | 170 TS_TST_INFO *tst_info; 263 TS_TST_INFO *tst_info;
|
H A D | ts_rsp_print.c | 84 TS_TST_INFO *tst_info; in TS_RESP_print_bio() 200 TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) in TS_TST_INFO_print_bio()
|
H A D | ts_rsp_sign.c | 82 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx, 424 TS_TST_INFO * 625 static TS_TST_INFO * 629 TS_TST_INFO *tst_info = NULL; in TS_RESP_create_tst_info()
|
/openbsd/usr.bin/openssl/ |
H A D | ts.c | 817 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command() 858 TS_TST_INFO *tst_info = NULL; in read_PKCS7()
|