Searched refs:TS_TST_INFO (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_utils.c90 /* Caller loses ownership of PKCS7 and TS_TST_INFO objects. */
91 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info)
105 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a)
110 int TS_TST_INFO_set_version(TS_TST_INFO *a, long version)
115 long TS_TST_INFO_get_version(const TS_TST_INFO *a)
120 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy)
136 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a)
141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
157 TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
162 int TS_TST_INFO_set_serial(TS_TST_INFO *
[all...]
H A Dts_asn1.c138 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, ts
[all...]
H A Dts.h178 } TS_TST_INFO; typedef in typeref:struct:TS_tst_info_st
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 *
[all...]
H A Dts_rsp_verify.c76 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);
145 /* Functions for verifying a signed TS_TST_INFO structure. */
379 * - Gives an error message if the TS_TST_INFO is not present.
385 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
388 /* Check if we have a successful TS_TST_INFO object in place. */
402 * Tries to extract a TS_TST_INFO structur
[all...]
H A Dts_rsp_print.c82 TS_TST_INFO *tst_info;
177 int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
H A Dts_rsp_sign.c80 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)
456 /* Creating the TS_TST_INFO object. */
597 /* Creates the TS_TST_INFO object based on the settings of the context. */
598 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
602 TS_TST_INFO *tst_info = NULL;
704 /* Functions for signing the TS_TST_INFO structure of the context. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_utils.c90 /* Caller loses ownership of PKCS7 and TS_TST_INFO objects. */
91 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info)
105 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a)
110 int TS_TST_INFO_set_version(TS_TST_INFO *a, long version)
115 long TS_TST_INFO_get_version(const TS_TST_INFO *a)
120 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy)
136 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a)
141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
157 TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
162 int TS_TST_INFO_set_serial(TS_TST_INFO *
[all...]
H A Dts_asn1.c138 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, ts
[all...]
H A Dts.h178 } TS_TST_INFO; typedef in typeref:struct:TS_tst_info_st
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 *
[all...]
H A Dts_rsp_verify.c76 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);
145 /* Functions for verifying a signed TS_TST_INFO structure. */
379 * - Gives an error message if the TS_TST_INFO is not present.
385 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
388 /* Check if we have a successful TS_TST_INFO object in place. */
402 * Tries to extract a TS_TST_INFO structur
[all...]
H A Dts_rsp_print.c82 TS_TST_INFO *tst_info;
177 int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
H A Dts_rsp_sign.c80 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)
456 /* Creating the TS_TST_INFO object. */
597 /* Creates the TS_TST_INFO object based on the settings of the context. */
598 static TS_TST_INFO *TS_RESP_create_tst_info(TS_RESP_CTX *ctx,
602 TS_TST_INFO *tst_info = NULL;
704 /* Functions for signing the TS_TST_INFO structure of the context. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c693 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
733 TS_TST_INFO *tst_info = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c693 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response);
733 TS_TST_INFO *tst_info = NULL;

Completed in 51 milliseconds