Lines Matching full:sct
48 STACK_OF(SCT) *sct_list;
50 * A file to load the expected SCT text from.
56 /* Whether to test the validity of the SCT(s) */
126 static int compare_sct_list_printout(STACK_OF(SCT) *sct, in compare_sct_list_printout() argument
136 SCT_LIST_print(sct, text_buffer, 0, "\n", NULL); in compare_sct_list_printout()
183 static int assert_validity(CT_TEST_FIXTURE *fixture, STACK_OF(SCT) *scts, in assert_validity()
194 SCT *sct_i = sk_SCT_value(scts, i); in assert_validity()
228 STACK_OF(SCT) *scts = NULL; in execute_cert_test()
229 SCT *sct = NULL; in execute_cert_test() local
283 SCT *sct_i = sk_SCT_value(scts, i); in execute_cert_test()
327 SCT_free(sct); in execute_cert_test()
355 fixture->sct_text_file = "embeddedSCTs1.sct"; in test_one_sct_in_certificate()
368 fixture->sct_text_file = "embeddedSCTs3.sct"; in test_multiple_scts_in_certificate()
435 fixture->sct_text_file = "tls1.sct"; in test_decode_tls_sct()
447 SCT *sct = NULL; in test_encode_tls_sct() local
458 if (!TEST_ptr(sct = SCT_new_from_base64(SCT_VERSION_V1, log_id, in test_encode_tls_sct()
466 if (!sk_SCT_push(fixture->sct_list, sct)) { in test_encode_tls_sct()
472 fixture->sct_text_file = "tls1.sct"; in test_encode_tls_sct()