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

/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_asn1.c62 ASN1_SEQUENCE(TS_MSG_IMPRINT) = {
63 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
64 ASN1_SIMPLE(TS_MSG_IMPRINT, hashed_msg, ASN1_OCTET_STRING)
65 } ASN1_SEQUENCE_END(TS_MSG_IMPRINT)
67 IMPLEMENT_ASN1_FUNCTIONS_const(TS_MSG_IMPRINT)
68 IMPLEMENT_ASN1_DUP_FUNCTION(TS_MSG_IMPRINT)
70 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
72 return ASN1_d2i_bio_of(TS_MSG_IMPRINT, TS_MSG_IMPRINT_new, d2i_TS_MSG_IMPRINT, bp, a);
75 int i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *
[all...]
H A Dts_req_utils.c75 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
77 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)
114 X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a)
119 int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len)
124 ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a)
H A Dts.h114 } TS_MSG_IMPRINT; typedef in typeref:struct:TS_msg_imprint_st
131 TS_MSG_IMPRINT *msg_imprint;
176 TS_MSG_IMPRINT *msg_imprint;
299 TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
300 void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
301 int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
302 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
305 TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *
[all...]
H A Dts_lib.c133 int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
H A Dts_rsp_utils.c142 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
144 TS_MSG_IMPRINT *new_msg_imprint;
159 TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a)
H A Dts_verify_ctx.c113 TS_MSG_IMPRINT *imprint;
H A Dts_rsp_verify.c586 TS_MSG_IMPRINT *msg_imprint = TS_TST_INFO_get_msg_imprint(tst_info);
636 TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
H A Dts_rsp_sign.c509 TS_MSG_IMPRINT *msg_imprint;
/barrelfish-master/include/openssl/
H A Dts.h114 } TS_MSG_IMPRINT; typedef in typeref:struct:TS_msg_imprint_st
131 TS_MSG_IMPRINT *msg_imprint;
176 TS_MSG_IMPRINT *msg_imprint;
299 TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
300 void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
301 int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
302 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
305 TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dts.c539 TS_MSG_IMPRINT *msg_imprint = NULL;

Completed in 98 milliseconds