Home
last modified time | relevance | path

Searched refs:sct_list (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/ct/
Dct_prn.c114 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, in SCT_LIST_print() argument
117 int sct_count = sk_SCT_num(sct_list); in SCT_LIST_print()
121 SCT *sct = sk_SCT_value(sct_list, i); in SCT_LIST_print()
124 if (i < sk_SCT_num(sct_list) - 1) in SCT_LIST_print()
Dct_x509v3.c26 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, in i2r_SCT_LIST() argument
29 SCT_LIST_print(sct_list, out, indent, "\n", NULL); in i2r_SCT_LIST()
/third_party/openssl/test/
Dct_test.c48 STACK_OF(SCT) *sct_list;
86 SCT_LIST_free(fixture->sct_list); in tear_down()
451 fixture->sct_list = sk_SCT_new_null(); in test_encode_tls_sct()
452 if (fixture->sct_list == NULL) in test_encode_tls_sct()
461 sk_SCT_push(fixture->sct_list, sct); in test_encode_tls_sct()
/third_party/openssl/doc/man3/
DSCT_print.pod13 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
/third_party/openssl/ohos_lite/include/openssl/
Dct.h290 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
/third_party/openssl/include/openssl/
Dct.h.in307 * Pretty-prints an |sct_list| to |out|.
313 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
/third_party/chromium/patch/
D0003-ohos-1115.patch56048 + const std::string& sct_list,
56109 + const std::string& sct_list,