Searched refs:sct_list (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/ct/ |
D | ct_prn.c | 114 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()
|
D | ct_x509v3.c | 26 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/ |
D | ct_test.c | 48 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/ |
D | SCT_print.pod | 13 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ct.h | 290 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
|
/third_party/openssl/include/openssl/ |
D | ct.h.in | 307 * 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/ |
D | 0003-ohos-1115.patch | 56048 + const std::string& sct_list, 56109 + const std::string& sct_list,
|