Symbol: SCT
crypto/libressl/crypto/ct/ct_b64.c
118
SCT *
crypto/libressl/crypto/ct/ct_b64.c
125
SCT *sct;
crypto/libressl/crypto/ct/ct_local.h
215
int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct);
crypto/libressl/crypto/ct/ct_local.h
221
int SCT_is_complete(const SCT *sct);
crypto/libressl/crypto/ct/ct_local.h
229
int SCT_signature_is_complete(const SCT *sct);
crypto/libressl/crypto/ct/ct_local.h
244
int i2o_SCT_signature(const SCT *sct, unsigned char **out);
crypto/libressl/crypto/ct/ct_local.h
255
int o2i_SCT_signature(SCT *sct, CBS *cbs);
crypto/libressl/crypto/ct/ct_oct.c
123
o2i_SCT_internal(SCT **out_sct, CBS *cbs)
crypto/libressl/crypto/ct/ct_oct.c
125
SCT *sct = NULL;
crypto/libressl/crypto/ct/ct_oct.c
188
SCT *
crypto/libressl/crypto/ct/ct_oct.c
189
o2i_SCT(SCT **psct, const unsigned char **in, size_t len)
crypto/libressl/crypto/ct/ct_oct.c
191
SCT *sct;
crypto/libressl/crypto/ct/ct_oct.c
213
i2o_SCT_signature(const SCT *sct, unsigned char **out)
crypto/libressl/crypto/ct/ct_oct.c
261
i2o_SCT(const SCT *sct, unsigned char **out)
crypto/libressl/crypto/ct/ct_oct.c
318
STACK_OF(SCT) *
crypto/libressl/crypto/ct/ct_oct.c
319
o2i_SCT_LIST(STACK_OF(SCT) **out_scts, const unsigned char **pp, size_t len)
crypto/libressl/crypto/ct/ct_oct.c
322
STACK_OF(SCT) *scts = NULL;
crypto/libressl/crypto/ct/ct_oct.c
342
SCT *sct;
crypto/libressl/crypto/ct/ct_oct.c
371
i2o_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp)
crypto/libressl/crypto/ct/ct_oct.c
426
STACK_OF(SCT) *
crypto/libressl/crypto/ct/ct_oct.c
427
d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, long len)
crypto/libressl/crypto/ct/ct_oct.c
430
STACK_OF(SCT) *sk = NULL;
crypto/libressl/crypto/ct/ct_oct.c
446
i2d_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **out)
crypto/libressl/crypto/ct/ct_oct.c
76
o2i_SCT_signature(SCT *sct, CBS *cbs)
crypto/libressl/crypto/ct/ct_prn.c
100
SCT_signature_algorithms_print(const SCT *sct, BIO *out)
crypto/libressl/crypto/ct/ct_prn.c
131
SCT_validation_status_string(const SCT *sct)
crypto/libressl/crypto/ct/ct_prn.c
151
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
crypto/libressl/crypto/ct/ct_prn.c
195
SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
crypto/libressl/crypto/ct/ct_prn.c
202
SCT *sct = sk_SCT_value(sct_list, i);
crypto/libressl/crypto/ct/ct_sct.c
103
SCT_LIST_free(STACK_OF(SCT) *scts)
crypto/libressl/crypto/ct/ct_sct.c
109
SCT_set_version(SCT *sct, sct_version_t version)
crypto/libressl/crypto/ct/ct_sct.c
121
SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type)
crypto/libressl/crypto/ct/ct_sct.c
138
SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len)
crypto/libressl/crypto/ct/ct_sct.c
153
SCT_set1_log_id(SCT *sct, const unsigned char *log_id, size_t log_id_len)
crypto/libressl/crypto/ct/ct_sct.c
179
SCT_set_timestamp(SCT *sct, uint64_t timestamp)
crypto/libressl/crypto/ct/ct_sct.c
186
SCT_set_signature_nid(SCT *sct, int nid)
crypto/libressl/crypto/ct/ct_sct.c
206
SCT_set0_extensions(SCT *sct, unsigned char *ext, size_t ext_len)
crypto/libressl/crypto/ct/ct_sct.c
215
SCT_set1_extensions(SCT *sct, const unsigned char *ext, size_t ext_len)
crypto/libressl/crypto/ct/ct_sct.c
235
SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len)
crypto/libressl/crypto/ct/ct_sct.c
244
SCT_set1_signature(SCT *sct, const unsigned char *sig, size_t sig_len)
crypto/libressl/crypto/ct/ct_sct.c
264
SCT_get_version(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
270
SCT_get_log_entry_type(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
276
SCT_get0_log_id(const SCT *sct, unsigned char **log_id)
crypto/libressl/crypto/ct/ct_sct.c
283
SCT_get_timestamp(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
289
SCT_get_signature_nid(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
308
SCT_get0_extensions(const SCT *sct, unsigned char **ext)
crypto/libressl/crypto/ct/ct_sct.c
315
SCT_get0_signature(const SCT *sct, unsigned char **sig)
crypto/libressl/crypto/ct/ct_sct.c
322
SCT_is_complete(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
335
SCT_signature_is_complete(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
342
SCT_get_source(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
348
SCT_set_source(SCT *sct, sct_source_t source)
crypto/libressl/crypto/ct/ct_sct.c
366
SCT_get_validation_status(const SCT *sct)
crypto/libressl/crypto/ct/ct_sct.c
372
SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx)
crypto/libressl/crypto/ct/ct_sct.c
460
SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx)
crypto/libressl/crypto/ct/ct_sct.c
468
SCT *sct = sk_SCT_value(scts, i);
crypto/libressl/crypto/ct/ct_sct.c
74
SCT *
crypto/libressl/crypto/ct/ct_sct.c
77
SCT *sct = calloc(1, sizeof(*sct));
crypto/libressl/crypto/ct/ct_sct.c
90
SCT_free(SCT *sct)
crypto/libressl/crypto/ct/ct_vfy.c
151
SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct)
crypto/libressl/crypto/ct/ct_vfy.c
80
sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct)
crypto/libressl/crypto/ct/ct_x509v3.c
105
static STACK_OF(SCT) *
crypto/libressl/crypto/ct/ct_x509v3.c
106
x509_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, long len)
crypto/libressl/crypto/ct/ct_x509v3.c
108
STACK_OF(SCT) *s = d2i_SCT_LIST(a, pp, len);
crypto/libressl/crypto/ct/ct_x509v3.c
118
static STACK_OF(SCT) *
crypto/libressl/crypto/ct/ct_x509v3.c
119
ocsp_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, long len)
crypto/libressl/crypto/ct/ct_x509v3.c
121
STACK_OF(SCT) *s = d2i_SCT_LIST(a, pp, len);
crypto/libressl/crypto/ct/ct_x509v3.c
81
i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out,
crypto/libressl/crypto/ct/ct_x509v3.c
89
set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source)
crypto/libressl/include/openssl/ct.h
101
DECLARE_STACK_OF(SCT)
crypto/libressl/include/openssl/ct.h
168
SCT *SCT_new(void);
crypto/libressl/include/openssl/ct.h
174
SCT *SCT_new_from_base64(unsigned char version, const char *logid_base64,
crypto/libressl/include/openssl/ct.h
181
void SCT_free(SCT *sct);
crypto/libressl/include/openssl/ct.h
187
void SCT_LIST_free(STACK_OF(SCT) *a);
crypto/libressl/include/openssl/ct.h
192
sct_version_t SCT_get_version(const SCT *sct);
crypto/libressl/include/openssl/ct.h
198
int SCT_set_version(SCT *sct, sct_version_t version);
crypto/libressl/include/openssl/ct.h
203
ct_log_entry_type_t SCT_get_log_entry_type(const SCT *sct);
crypto/libressl/include/openssl/ct.h
209
int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type);
crypto/libressl/include/openssl/ct.h
216
size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
crypto/libressl/include/openssl/ct.h
223
int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
crypto/libressl/include/openssl/ct.h
230
int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
crypto/libressl/include/openssl/ct.h
236
uint64_t SCT_get_timestamp(const SCT *sct);
crypto/libressl/include/openssl/ct.h
241
void SCT_set_timestamp(SCT *sct, uint64_t timestamp);
crypto/libressl/include/openssl/ct.h
248
int SCT_get_signature_nid(const SCT *sct);
crypto/libressl/include/openssl/ct.h
256
int SCT_set_signature_nid(SCT *sct, int nid);
crypto/libressl/include/openssl/ct.h
263
size_t SCT_get0_extensions(const SCT *sct, unsigned char **ext);
crypto/libressl/include/openssl/ct.h
269
void SCT_set0_extensions(SCT *sct, unsigned char *ext, size_t ext_len);
crypto/libressl/include/openssl/ct.h
276
int SCT_set1_extensions(SCT *sct, const unsigned char *ext,
crypto/libressl/include/openssl/ct.h
284
size_t SCT_get0_signature(const SCT *sct, unsigned char **sig);
crypto/libressl/include/openssl/ct.h
290
void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len);
crypto/libressl/include/openssl/ct.h
296
int SCT_set1_signature(SCT *sct, const unsigned char *sig,
crypto/libressl/include/openssl/ct.h
302
sct_source_t SCT_get_source(const SCT *sct);
crypto/libressl/include/openssl/ct.h
308
int SCT_set_source(SCT *sct, sct_source_t source);
crypto/libressl/include/openssl/ct.h
313
const char *SCT_validation_status_string(const SCT *sct);
crypto/libressl/include/openssl/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
crypto/libressl/include/openssl/ct.h
330
void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
crypto/libressl/include/openssl/ct.h
337
sct_validation_status_t SCT_get_validation_status(const SCT *sct);
crypto/libressl/include/openssl/ct.h
346
int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
crypto/libressl/include/openssl/ct.h
355
int SCT_LIST_validate(const STACK_OF(SCT) *scts,
crypto/libressl/include/openssl/ct.h
375
int i2o_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp);
crypto/libressl/include/openssl/ct.h
387
STACK_OF(SCT) *o2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp,
crypto/libressl/include/openssl/ct.h
402
int i2d_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp);
crypto/libressl/include/openssl/ct.h
414
STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp,
crypto/libressl/include/openssl/ct.h
426
int i2o_SCT(const SCT *sct, unsigned char **out);
crypto/libressl/include/openssl/ct.h
439
SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
crypto/libressl/include/openssl/safestack.h
1328
#define sk_SCT_new(cmp) SKM_sk_new(SCT, (cmp))
crypto/libressl/include/openssl/safestack.h
1329
#define sk_SCT_new_null() SKM_sk_new_null(SCT)
crypto/libressl/include/openssl/safestack.h
1330
#define sk_SCT_free(st) SKM_sk_free(SCT, (st))
crypto/libressl/include/openssl/safestack.h
1331
#define sk_SCT_num(st) SKM_sk_num(SCT, (st))
crypto/libressl/include/openssl/safestack.h
1332
#define sk_SCT_value(st, i) SKM_sk_value(SCT, (st), (i))
crypto/libressl/include/openssl/safestack.h
1333
#define sk_SCT_set(st, i, val) SKM_sk_set(SCT, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1334
#define sk_SCT_zero(st) SKM_sk_zero(SCT, (st))
crypto/libressl/include/openssl/safestack.h
1335
#define sk_SCT_push(st, val) SKM_sk_push(SCT, (st), (val))
crypto/libressl/include/openssl/safestack.h
1336
#define sk_SCT_unshift(st, val) SKM_sk_unshift(SCT, (st), (val))
crypto/libressl/include/openssl/safestack.h
1337
#define sk_SCT_find(st, val) SKM_sk_find(SCT, (st), (val))
crypto/libressl/include/openssl/safestack.h
1338
#define sk_SCT_find_ex(st, val) SKM_sk_find_ex(SCT, (st), (val))
crypto/libressl/include/openssl/safestack.h
1339
#define sk_SCT_delete(st, i) SKM_sk_delete(SCT, (st), (i))
crypto/libressl/include/openssl/safestack.h
1340
#define sk_SCT_delete_ptr(st, ptr) SKM_sk_delete_ptr(SCT, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1341
#define sk_SCT_insert(st, val, i) SKM_sk_insert(SCT, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1342
#define sk_SCT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SCT, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1343
#define sk_SCT_dup(st) SKM_sk_dup(SCT, st)
crypto/libressl/include/openssl/safestack.h
1344
#define sk_SCT_pop_free(st, free_func) SKM_sk_pop_free(SCT, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1345
#define sk_SCT_shift(st) SKM_sk_shift(SCT, (st))
crypto/libressl/include/openssl/safestack.h
1346
#define sk_SCT_pop(st) SKM_sk_pop(SCT, (st))
crypto/libressl/include/openssl/safestack.h
1347
#define sk_SCT_sort(st) SKM_sk_sort(SCT, (st))
crypto/libressl/include/openssl/safestack.h
1348
#define sk_SCT_is_sorted(st) SKM_sk_is_sorted(SCT, (st))