Searched refs:TS_MSG_IMPRINT (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_asn1.c63 ASN1_SEQUENCE(TS_MSG_IMPRINT) = {
64 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
65 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
66 } ASN1_SEQUENCE_END(TS_MSG_IMPRINT)
68 IMPLEMENT_ASN1_FUNCTIONS_const(TS_MSG_IMPRINT)
69 IMPLEMENT_ASN1_DUP_FUNCTION(TS_MSG_IMPRINT)
71 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
73 return ASN1_d2i_bio_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new,
77 int i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *
[all...]
H A Dts_req_utils.c76 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
78 TS_MSG_IMPRINT *new_msg_imprint;
92 TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a)
97 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg)
113 X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a)
118 int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len)
123 ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a)
H A Dts.h111 } TS_MSG_IMPRINT; typedef in typeref:struct:TS_msg_imprint_st
127 TS_MSG_IMPRINT *msg_imprint;
170 TS_MSG_IMPRINT *msg_imprint;
289 TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
290 void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
291 int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
292 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
295 TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *
[all...]
H A Dts_lib.c131 int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
H A Dts_verify_ctx.c116 TS_MSG_IMPRINT *imprint;
H A Dts_rsp_utils.c141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
143 TS_MSG_IMPRINT *new_msg_imprint;
157 TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
H A Dts_rsp_verify.c597 TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info);
649 TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
H A Dts_rsp_sign.c512 TS_MSG_IMPRINT *msg_imprint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_asn1.c63 ASN1_SEQUENCE(TS_MSG_IMPRINT) = {
64 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
65 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
66 } ASN1_SEQUENCE_END(TS_MSG_IMPRINT)
68 IMPLEMENT_ASN1_FUNCTIONS_const(TS_MSG_IMPRINT)
69 IMPLEMENT_ASN1_DUP_FUNCTION(TS_MSG_IMPRINT)
71 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
73 return ASN1_d2i_bio_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new,
77 int i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *
[all...]
H A Dts_req_utils.c76 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
78 TS_MSG_IMPRINT *new_msg_imprint;
92 TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a)
97 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg)
113 X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a)
118 int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len)
123 ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a)
H A Dts.h111 } TS_MSG_IMPRINT; typedef in typeref:struct:TS_msg_imprint_st
127 TS_MSG_IMPRINT *msg_imprint;
170 TS_MSG_IMPRINT *msg_imprint;
289 TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
290 void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
291 int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
292 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
295 TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *
[all...]
H A Dts_lib.c131 int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
H A Dts_verify_ctx.c116 TS_MSG_IMPRINT *imprint;
H A Dts_rsp_utils.c141 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
143 TS_MSG_IMPRINT *new_msg_imprint;
157 TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
H A Dts_rsp_verify.c597 TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info);
649 TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
H A Dts_rsp_sign.c512 TS_MSG_IMPRINT *msg_imprint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c499 TS_MSG_IMPRINT *msg_imprint = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c499 TS_MSG_IMPRINT *msg_imprint = NULL;

Completed in 91 milliseconds