• 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

522 } TS_RESP_CTX;
528 TS_RESP_CTX *TS_RESP_CTX_new(void);
529 void TS_RESP_CTX_free(TS_RESP_CTX *ctx);
532 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer);
535 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key);
538 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy);
541 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs);
547 int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy);
553 int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md);
556 int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx,
563 int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx,
569 void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags);
572 void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data);
575 void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data);
582 void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx,
586 int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx,
590 int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx,
593 int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure);
596 TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx);
598 TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx);
605 TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
736 TS_RESP_CTX *ctx);
741 const char *cert, TS_RESP_CTX *ctx);
743 TS_RESP_CTX *ctx);
746 TS_RESP_CTX *ctx);
748 const char *policy, TS_RESP_CTX *ctx);
749 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
750 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
751 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
753 TS_RESP_CTX *ctx);
754 int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
755 int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
757 TS_RESP_CTX *ctx);