Searched refs:TS_RESP_CTX (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts.h522 } TS_RESP_CTX; typedef in typeref:struct: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 *ct
[all...]
H A Dts_rsp_sign.c76 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 *ct
[all...]
H A Dts_conf.c176 TS_RESP_CTX *ctx)
241 const char *cert, TS_RESP_CTX *ctx)
263 TS_RESP_CTX *ctx)
285 TS_RESP_CTX *ctx)
307 const char *policy, TS_RESP_CTX *ctx)
330 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
361 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
397 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx)
435 TS_RESP_CTX *ctx)
460 const char *field, int flag, TS_RESP_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts.h522 } TS_RESP_CTX; typedef in typeref:struct: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 *ct
[all...]
H A Dts_rsp_sign.c76 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 *ct
[all...]
H A Dts_conf.c176 TS_RESP_CTX *ctx)
241 const char *cert, TS_RESP_CTX *ctx)
263 TS_RESP_CTX *ctx)
285 TS_RESP_CTX *ctx)
307 const char *policy, TS_RESP_CTX *ctx)
330 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
361 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
397 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx)
435 TS_RESP_CTX *ctx)
460 const char *field, int flag, TS_RESP_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c108 static ASN1_INTEGER *MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data);
779 TS_RESP_CTX *resp_ctx = NULL;
861 static ASN1_INTEGER *MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c108 static ASN1_INTEGER *MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data);
779 TS_RESP_CTX *resp_ctx = NULL;
861 static ASN1_INTEGER *MS_CALLBACK serial_cb(TS_RESP_CTX *ctx, void *data)

Completed in 41 milliseconds