Symbol: TS_MSG_IMPRINT
crypto/libressl/apps/openssl/ts.c
601
TS_MSG_IMPRINT *msg_imprint = NULL;
crypto/libressl/crypto/ts/ts_asn1.c
102
i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **out)
crypto/libressl/crypto/ts/ts_asn1.c
107
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_asn1.c
110
return (TS_MSG_IMPRINT *)ASN1_item_new(&TS_MSG_IMPRINT_it);
crypto/libressl/crypto/ts/ts_asn1.c
114
TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_asn1.c
119
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_asn1.c
120
TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *x)
crypto/libressl/crypto/ts/ts_asn1.c
126
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_asn1.c
127
d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
crypto/libressl/crypto/ts/ts_asn1.c
133
i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_asn1.c
139
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_asn1.c
140
d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a)
crypto/libressl/crypto/ts/ts_asn1.c
146
i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_asn1.c
70
.offset = offsetof(TS_MSG_IMPRINT, hash_algo),
crypto/libressl/crypto/ts/ts_asn1.c
77
.offset = offsetof(TS_MSG_IMPRINT, hashed_msg),
crypto/libressl/crypto/ts/ts_asn1.c
89
.size = sizeof(TS_MSG_IMPRINT),
crypto/libressl/crypto/ts/ts_asn1.c
94
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_asn1.c
95
d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a, const unsigned char **in, long len)
crypto/libressl/crypto/ts/ts_asn1.c
97
return (TS_MSG_IMPRINT *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/ts/ts_lib.c
141
TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_local.h
132
TS_MSG_IMPRINT *msg_imprint;
crypto/libressl/crypto/ts/ts_local.h
89
TS_MSG_IMPRINT *msg_imprint;
crypto/libressl/crypto/ts/ts_req_utils.c
104
TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg)
crypto/libressl/crypto/ts/ts_req_utils.c
121
TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_req_utils.c
127
TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len)
crypto/libressl/crypto/ts/ts_req_utils.c
133
TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_req_utils.c
81
TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
crypto/libressl/crypto/ts/ts_req_utils.c
83
TS_MSG_IMPRINT *new_msg_imprint;
crypto/libressl/crypto/ts/ts_req_utils.c
97
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_rsp_sign.c
518
TS_MSG_IMPRINT *msg_imprint;
crypto/libressl/crypto/ts/ts_rsp_utils.c
177
TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
crypto/libressl/crypto/ts/ts_rsp_utils.c
179
TS_MSG_IMPRINT *new_msg_imprint;
crypto/libressl/crypto/ts/ts_rsp_utils.c
193
TS_MSG_IMPRINT *
crypto/libressl/crypto/ts/ts_rsp_verify.c
689
TS_MSG_IMPRINT *msg_imprint;
crypto/libressl/crypto/ts/ts_rsp_verify.c
751
TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
crypto/libressl/crypto/ts/ts_verify_ctx.c
186
TS_MSG_IMPRINT *imprint;
crypto/libressl/include/openssl/ts.h
147
TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
crypto/libressl/include/openssl/ts.h
148
void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
149
int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
crypto/libressl/include/openssl/ts.h
150
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
crypto/libressl/include/openssl/ts.h
153
TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
155
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
crypto/libressl/include/openssl/ts.h
156
int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
157
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
crypto/libressl/include/openssl/ts.h
158
int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
224
int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint);
crypto/libressl/include/openssl/ts.h
225
TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a);
crypto/libressl/include/openssl/ts.h
227
int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg);
crypto/libressl/include/openssl/ts.h
228
X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
230
int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len);
crypto/libressl/include/openssl/ts.h
231
ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
279
int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
crypto/libressl/include/openssl/ts.h
280
TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
535
int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg);