Symbol: TS_MSG_IMPRINT
lib/libcrypto/ts/ts.h
147
TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void);
lib/libcrypto/ts/ts.h
148
void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
149
int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp);
lib/libcrypto/ts/ts.h
150
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a,
lib/libcrypto/ts/ts.h
153
TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
155
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
lib/libcrypto/ts/ts.h
156
int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
157
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
lib/libcrypto/ts/ts.h
158
int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
224
int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint);
lib/libcrypto/ts/ts.h
225
TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a);
lib/libcrypto/ts/ts.h
227
int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg);
lib/libcrypto/ts/ts.h
228
X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
230
int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len);
lib/libcrypto/ts/ts.h
231
ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
279
int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint);
lib/libcrypto/ts/ts.h
280
TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a);
lib/libcrypto/ts/ts.h
534
int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg);
lib/libcrypto/ts/ts_asn1.c
103
i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **out)
lib/libcrypto/ts/ts_asn1.c
109
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_asn1.c
112
return (TS_MSG_IMPRINT *)ASN1_item_new(&TS_MSG_IMPRINT_it);
lib/libcrypto/ts/ts_asn1.c
117
TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_asn1.c
123
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_asn1.c
124
TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *x)
lib/libcrypto/ts/ts_asn1.c
131
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_asn1.c
132
d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
lib/libcrypto/ts/ts_asn1.c
139
i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_asn1.c
146
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_asn1.c
147
d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a)
lib/libcrypto/ts/ts_asn1.c
154
i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_asn1.c
70
.offset = offsetof(TS_MSG_IMPRINT, hash_algo),
lib/libcrypto/ts/ts_asn1.c
77
.offset = offsetof(TS_MSG_IMPRINT, hashed_msg),
lib/libcrypto/ts/ts_asn1.c
89
.size = sizeof(TS_MSG_IMPRINT),
lib/libcrypto/ts/ts_asn1.c
94
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_asn1.c
95
d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a, const unsigned char **in, long len)
lib/libcrypto/ts/ts_asn1.c
97
return (TS_MSG_IMPRINT *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/ts/ts_lib.c
150
TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_local.h
132
TS_MSG_IMPRINT *msg_imprint;
lib/libcrypto/ts/ts_local.h
89
TS_MSG_IMPRINT *msg_imprint;
lib/libcrypto/ts/ts_req_utils.c
100
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_req_utils.c
108
TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg)
lib/libcrypto/ts/ts_req_utils.c
126
TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_req_utils.c
133
TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len)
lib/libcrypto/ts/ts_req_utils.c
140
TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_req_utils.c
83
TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint)
lib/libcrypto/ts/ts_req_utils.c
85
TS_MSG_IMPRINT *new_msg_imprint;
lib/libcrypto/ts/ts_rsp_sign.c
538
TS_MSG_IMPRINT *msg_imprint;
lib/libcrypto/ts/ts_rsp_utils.c
190
TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint)
lib/libcrypto/ts/ts_rsp_utils.c
192
TS_MSG_IMPRINT *new_msg_imprint;
lib/libcrypto/ts/ts_rsp_utils.c
207
TS_MSG_IMPRINT *
lib/libcrypto/ts/ts_rsp_verify.c
694
TS_MSG_IMPRINT *msg_imprint;
lib/libcrypto/ts/ts_rsp_verify.c
756
TS_MSG_IMPRINT *b = TS_TST_INFO_get_msg_imprint(tst_info);
lib/libcrypto/ts/ts_verify_ctx.c
189
TS_MSG_IMPRINT *imprint;
usr.bin/openssl/ts.c
599
TS_MSG_IMPRINT *msg_imprint = NULL;