/openbsd/lib/libcrypto/ct/ |
H A D | ct.h | 101 DECLARE_STACK_OF(SCT) 168 SCT *SCT_new(void); 181 void SCT_free(SCT *sct); 187 void SCT_LIST_free(STACK_OF(SCT) *a); 236 uint64_t SCT_get_timestamp(const SCT *sct); 248 int SCT_get_signature_nid(const SCT *sct); 256 int SCT_set_signature_nid(SCT *sct, int nid); 302 sct_source_t SCT_get_source(const SCT *sct); 387 STACK_OF(SCT) *o2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, 414 STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, [all …]
|
H A D | ct_sct.c | 76 SCT * 79 SCT *sct = calloc(1, sizeof(*sct)); in SCT_new() 93 SCT_free(SCT *sct) in SCT_free() 107 SCT_LIST_free(STACK_OF(SCT) *scts) in SCT_LIST_free() 279 SCT_get_version(const SCT *sct) in SCT_get_version() 286 SCT_get_log_entry_type(const SCT *sct) in SCT_get_log_entry_type() 301 SCT_get_timestamp(const SCT *sct) in SCT_get_timestamp() 308 SCT_get_signature_nid(const SCT *sct) in SCT_get_signature_nid() 344 SCT_is_complete(const SCT *sct) in SCT_is_complete() 364 SCT_get_source(const SCT *sct) in SCT_get_source() [all …]
|
H A D | ct_oct.c | 76 o2i_SCT_signature(SCT *sct, CBS *cbs) in o2i_SCT_signature() 123 o2i_SCT_internal(SCT **out_sct, CBS *cbs) in o2i_SCT_internal() 125 SCT *sct = NULL; in o2i_SCT_internal() 188 SCT * 191 SCT *sct; in o2i_SCT() 262 i2o_SCT(const SCT *sct, unsigned char **out) in i2o_SCT() 320 STACK_OF(SCT) * in STACK_OF() argument 324 STACK_OF(SCT) *scts = NULL; in STACK_OF() 344 SCT *sct; in STACK_OF() 430 STACK_OF(SCT) * in STACK_OF() argument [all …]
|
H A D | ct_x509v3.c | 81 i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out, in i2r_SCT_LIST() 89 set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source) in set_sct_list_source() 105 static STACK_OF(SCT) * in STACK_OF() argument 106 x509_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, long len) in STACK_OF() 108 STACK_OF(SCT) *s = d2i_SCT_LIST(a, pp, len); in STACK_OF() 118 static STACK_OF(SCT) * in STACK_OF() argument 119 ocsp_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, long len) in STACK_OF() 121 STACK_OF(SCT) *s = d2i_SCT_LIST(a, pp, len); in STACK_OF()
|
H A D | ct_local.h | 215 int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct); 221 int SCT_is_complete(const SCT *sct); 229 int SCT_signature_is_complete(const SCT *sct); 244 int i2o_SCT_signature(const SCT *sct, unsigned char **out); 255 int o2i_SCT_signature(SCT *sct, CBS *cbs);
|
H A D | ct_prn.c | 100 SCT_signature_algorithms_print(const SCT *sct, BIO *out) in SCT_signature_algorithms_print() 131 SCT_validation_status_string(const SCT *sct) in SCT_validation_status_string() 152 SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store) in SCT_print() 197 SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, in SCT_LIST_print() 204 SCT *sct = sk_SCT_value(sct_list, i); in SCT_LIST_print()
|
H A D | ct_b64.c | 118 SCT * 125 SCT *sct; in SCT_new_from_base64()
|
H A D | ct_vfy.c | 80 sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct) in sct_ctx_update() 151 SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct) in SCT_CTX_verify()
|
/openbsd/regress/lib/libcrypto/ct/ |
H A D | cttest.c | 180 ct_compare_test_scts(STACK_OF(SCT) *scts) in ct_compare_test_scts() 184 SCT *sct; in ct_compare_test_scts() 277 STACK_OF(SCT) *scts = NULL; in ct_cert_test() 312 STACK_OF(SCT) *scts = NULL; in ct_sct_test() 360 SCT *sct1 = NULL, *sct2 = NULL; in ct_sct_base64_test() 361 STACK_OF(SCT) *scts = NULL; in ct_sct_base64_test() 403 STACK_OF(SCT) *scts = NULL; in ct_sct_verify_test() 408 SCT *sct; in ct_sct_verify_test()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 236 SimpleCaptureTracker SCT(EphValues, ReturnCaptures); in PointerMayBeCaptured() local 237 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured() 238 if (SCT.Captured) in PointerMayBeCaptured() 242 return SCT.Captured; in PointerMayBeCaptured()
|
/openbsd/lib/libcrypto/ |
H A D | ossl_typ.h | 175 typedef struct sct_st SCT; typedef
|
/openbsd/lib/libcrypto/stack/ |
H A D | safestack.h | 1132 #define sk_SCT_new(cmp) SKM_sk_new(SCT, (cmp)) 1133 #define sk_SCT_new_null() SKM_sk_new_null(SCT) 1134 #define sk_SCT_free(st) SKM_sk_free(SCT, (st)) 1135 #define sk_SCT_num(st) SKM_sk_num(SCT, (st)) 1136 #define sk_SCT_value(st, i) SKM_sk_value(SCT, (st), (i)) 1138 #define sk_SCT_zero(st) SKM_sk_zero(SCT, (st)) 1146 #define sk_SCT_dup(st) SKM_sk_dup(SCT, st) 1148 #define sk_SCT_shift(st) SKM_sk_shift(SCT, (st)) 1149 #define sk_SCT_pop(st) SKM_sk_pop(SCT, (st)) 1150 #define sk_SCT_sort(st) SKM_sk_sort(SCT, (st)) [all …]
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3535 static void PrintDLLStorageClass(GlobalValue::DLLStorageClassTypes SCT, in PrintDLLStorageClass() argument 3537 switch (SCT) { in PrintDLLStorageClass()
|