Searched refs:TS_TST_INFO (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/crypto/openssl/crypto/ts/ |
| HD | ts_rsp_utils.c | 91 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info() 105 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a) in TS_RESP_get_tst_info() 110 int TS_TST_INFO_set_version(TS_TST_INFO *a, long version) in TS_TST_INFO_set_version() 115 long TS_TST_INFO_get_version(const TS_TST_INFO *a) in TS_TST_INFO_get_version() 120 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) in TS_TST_INFO_set_policy_id() 136 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id() 141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) in TS_TST_INFO_set_msg_imprint() 157 TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a) in TS_TST_INFO_get_msg_imprint() 162 int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial) in TS_TST_INFO_set_serial() 178 const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a) in TS_TST_INFO_get_serial() [all …]
|
| HD | ts.h | 178 } TS_TST_INFO; typedef 233 TS_TST_INFO *tst_info; 306 TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token); 321 TS_TST_INFO *TS_TST_INFO_new(void); 322 void TS_TST_INFO_free(TS_TST_INFO *a); 323 int i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp); 324 TS_TST_INFO *d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp, 326 TS_TST_INFO *TS_TST_INFO_dup(TS_TST_INFO *a); 328 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a); 329 int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a); [all …]
|
| HD | ts_asn1.c | 138 ASN1_SEQUENCE(TS_TST_INFO) = { 139 ASN1_SIMPLE(TS_TST_INFO, version, ASN1_INTEGER), 140 ASN1_SIMPLE(TS_TST_INFO, policy_id, ASN1_OBJECT), 141 ASN1_SIMPLE(TS_TST_INFO, msg_imprint, TS_MSG_IMPRINT), 142 ASN1_SIMPLE(TS_TST_INFO, serial, ASN1_INTEGER), 143 ASN1_SIMPLE(TS_TST_INFO, time, ASN1_GENERALIZEDTIME), 144 ASN1_OPT(TS_TST_INFO, accuracy, TS_ACCURACY), 145 ASN1_OPT(TS_TST_INFO, ordering, ASN1_FBOOLEAN), 146 ASN1_OPT(TS_TST_INFO, nonce, ASN1_INTEGER), 147 ASN1_EXP_OPT(TS_TST_INFO, tsa, GENERAL_NAME, 0), [all …]
|
| HD | ts_rsp_verify.c | 76 PKCS7 *token, TS_TST_INFO *tst_info); 79 static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info); 80 static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, 85 TS_TST_INFO *tst_info); 86 static int TS_check_nonces(const ASN1_INTEGER *a, TS_TST_INFO *tst_info); 384 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in TS_RESP_verify_response() 406 TS_TST_INFO *tst_info = PKCS7_to_TS_TST_INFO(token); in TS_RESP_verify_token() 428 PKCS7 *token, TS_TST_INFO *tst_info) in int_TS_RESP_verify_token() 580 static int TS_check_policy(ASN1_OBJECT *req_oid, TS_TST_INFO *tst_info) in TS_check_policy() 592 static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, in TS_compute_imprint() [all …]
|
| HD | ts_rsp_print.c | 82 TS_TST_INFO *tst_info; in TS_RESP_print_bio() 177 int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) in TS_TST_INFO_print_bio()
|
| HD | ts_rsp_sign.c | 80 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx, 407 TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx) in TS_RESP_CTX_get_tst_info() 598 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx, in TS_RESP_create_tst_info() 602 TS_TST_INFO *tst_info = NULL; in TS_RESP_create_tst_info()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | ts.c | 693 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command() 733 TS_TST_INFO *tst_info = NULL; in read_PKCS7()
|
| /NextBSD/crypto/openssl/util/ |
| HD | indent.pro | 522 -T TS_TST_INFO
|