• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/

Lines Matching refs:TS_RESP_CTX

76 static void TS_RESP_CTX_init(TS_RESP_CTX *ctx);
77 static void TS_RESP_CTX_cleanup(TS_RESP_CTX *ctx);
78 static int TS_RESP_check_request(TS_RESP_CTX *ctx);
79 static ASN1_OBJECT *TS_RESP_get_policy(TS_RESP_CTX *ctx);
80 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
82 static int TS_RESP_process_extensions(TS_RESP_CTX *ctx);
83 static int TS_RESP_sign(TS_RESP_CTX *ctx);
166 /* TS_RESP_CTX management functions. */
168 TS_RESP_CTX *TS_RESP_CTX_new()
170 TS_RESP_CTX *ctx;
172 if (!(ctx = (TS_RESP_CTX *)OPENSSL_malloc(sizeof(TS_RESP_CTX)))) {
176 memset(ctx, 0, sizeof(TS_RESP_CTX));
186 void TS_RESP_CTX_free(TS_RESP_CTX *ctx)
203 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer)
217 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key)
227 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy)
239 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs)
256 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy)
275 int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md)
298 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
320 void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags)
325 void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data)
331 void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data)
337 void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
344 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
376 int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx,
389 int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure)
402 TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx)
407 TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx)
412 int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
422 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio)
490 static void TS_RESP_CTX_init(TS_RESP_CTX *ctx)
498 static void TS_RESP_CTX_cleanup(TS_RESP_CTX *ctx)
509 static int TS_RESP_check_request(TS_RESP_CTX *ctx)
565 static ASN1_OBJECT *TS_RESP_get_policy(TS_RESP_CTX *ctx)
598 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
684 static int TS_RESP_process_extensions(TS_RESP_CTX *ctx)
705 static int TS_RESP_sign(TS_RESP_CTX *ctx)