Searched refs:TS_RESP_CTX (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/include/openssl/ |
D | ts.h | 323 typedef struct TS_resp_ctx TS_RESP_CTX; typedef 328 TS_RESP_CTX *TS_RESP_CTX_new(void); 329 void TS_RESP_CTX_free(TS_RESP_CTX *ctx); 332 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer); 335 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key); 337 int TS_RESP_CTX_set_signer_digest(TS_RESP_CTX *ctx, 339 int TS_RESP_CTX_set_ess_cert_id_digest(TS_RESP_CTX *ctx, const EVP_MD *md); 342 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, const ASN1_OBJECT *def_policy); 345 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs); 351 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, const ASN1_OBJECT *policy); [all …]
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_sign.c | 23 static void ts_RESP_CTX_init(TS_RESP_CTX *ctx); 24 static void ts_RESP_CTX_cleanup(TS_RESP_CTX *ctx); 25 static int ts_RESP_check_request(TS_RESP_CTX *ctx); 26 static ASN1_OBJECT *ts_RESP_get_policy(TS_RESP_CTX *ctx); 27 static TS_TST_INFO *ts_RESP_create_tst_info(TS_RESP_CTX *ctx, 29 static int ts_RESP_process_extensions(TS_RESP_CTX *ctx); 30 static int ts_RESP_sign(TS_RESP_CTX *ctx); 122 TS_RESP_CTX *TS_RESP_CTX_new(void) in TS_RESP_CTX_new() 124 TS_RESP_CTX *ctx; in TS_RESP_CTX_new() 140 void TS_RESP_CTX_free(TS_RESP_CTX *ctx) in TS_RESP_CTX_free() [all …]
|
D | ts_conf.c | 127 TS_RESP_CTX *ctx) in TS_CONF_set_serial() 189 const char *cert, TS_RESP_CTX *ctx) in TS_CONF_set_signer_cert() 213 TS_RESP_CTX *ctx) in TS_CONF_set_certs() 236 TS_RESP_CTX *ctx) in TS_CONF_set_signer_key() 258 const char *md, TS_RESP_CTX *ctx) in TS_CONF_set_signer_digest() 282 const char *policy, TS_RESP_CTX *ctx) in TS_CONF_set_def_policy() 305 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies() 337 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests() 375 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_accuracy() 413 TS_RESP_CTX *ctx) in TS_CONF_set_clock_precision_digits() [all …]
|
/third_party/openssl/apps/ |
D | ts.c | 59 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data); 672 TS_RESP_CTX *resp_ctx = NULL; in create_response() 732 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data) in serial_cb()
|
/third_party/openssl/util/ |
D | indent.pro | 409 -T TS_RESP_CTX
|