HomeSort by relevance Sort by last modified time
    Searched defs:ct (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/chromium_org/net/cert/
ct_known_logs.h 15 namespace ct { namespace in namespace:net
17 // Creates a CTLogVerifier instance for the Google Pilot CT Log
26 } // namespace ct
ct_objects_extractor.h 15 namespace ct { namespace in namespace:net
23 // |*sct_list| can then be further decoded with ct::DecodeSCTList
32 // The filled |*result| should be verified using ct::CTLogVerifier::Verify
44 // The filled |*result| should be verified using ct::CTLogVerifier::Verify
53 // |*sct_list| can then be further decoded with ct::DecodeSCTList.
60 } // namespace ct
ct_serialization.h 19 namespace ct { namespace in namespace:net
42 // |extensions| CT extensions.
54 // This list is typically obtained from the CT extension in a certificate.
66 scoped_refptr<ct::SignedCertificateTimestamp>* output);
71 } // namespace ct
ct_signed_certificate_timestamp_log_param.h 12 namespace ct { namespace in namespace:net
21 const ct::CTVerifyResult* ct_result, NetLog::LogLevel log_level);
ct_verify_result.cc 9 namespace ct { namespace in namespace:net
15 } // namespace ct
ct_objects_extractor_openssl.cc 11 namespace ct { namespace in namespace:net
39 } // namespace ct
ct_verifier.h 12 namespace ct { namespace in namespace:net
14 } // namespace ct
37 ct::CTVerifyResult* result,
multi_log_ct_verifier.h 19 namespace ct { namespace in namespace:net
21 } // namespace ct
41 ct::CTVerifyResult* result,
54 const ct::LogEntry& expected_entry,
55 ct::SignedCertificateTimestamp::Origin origin,
56 ct::CTVerifyResult* result);
60 scoped_refptr<ct::SignedCertificateTimestamp> sct,
61 const ct::LogEntry& expected_entry,
62 ct::CTVerifyResult* result);
ct_verify_result.h 14 namespace ct { namespace in namespace:net
33 } // namespace ct
sct_status_flags.h 10 namespace ct { namespace in namespace:net
28 } // namespace ct
signed_certificate_timestamp_unittest.cc 15 namespace ct { namespace in namespace:net
52 } // namespace ct
ct_known_logs.cc 13 namespace ct { namespace in namespace:net
28 const char kGooglePilotLogName[] = "Google US1 CT";
41 const char kGoogleAviatorLogName[] = "Google US2 CT";
55 const char kGoogleRocketeerLogName[] = "Google EU CT";
77 } // namespace ct
ct_objects_extractor_unittest.cc 19 namespace ct { namespace in namespace:net
26 "ct-test-embedded-cert.pem",
30 std::string der_test_cert(ct::GetDerEncodedX509Cert());
34 log_ = CTLogVerifier::Create(ct::GetTestPublicKey(), "testlog").Pass();
60 scoped_refptr<ct::SignedCertificateTimestamp> sct(
61 new ct::SignedCertificateTimestamp());
65 EXPECT_EQ(ct::GetTestPublicKeyId(), sct->log_id);
79 ASSERT_EQ(ct::LogEntry::LOG_ENTRY_TYPE_PRECERT, entry.type);
92 ASSERT_EQ(ct::LogEntry::LOG_ENTRY_TYPE_X509, entry.type);
95 // Length of leaf_certificate should be 718, see the CT Serialization tests
    [all...]
signed_certificate_timestamp.cc 11 namespace ct { namespace in namespace:net
92 } // namespace ct
  /external/chromium_org/net/test/
ct_test_util.h 14 namespace ct { namespace in namespace:net
65 } // namespace ct
  /external/chromium_org/tools/android/adb_reboot/
adb_reboot.c 15 time_t ct; local
35 time(&ct);
36 if (ct - ft.st_mtime > 120) {
  /external/chromium_org/content/public/browser/
signed_certificate_timestamp_store.h 12 namespace ct { namespace in namespace:net
14 } // namespace ct
38 virtual int Store(net::ct::SignedCertificateTimestamp* sct,
45 int sct_id, scoped_refptr<net::ct::SignedCertificateTimestamp>* sct) = 0;
  /external/chromium_org/net/ssl/
signed_certificate_timestamp_and_status.h 15 namespace ct { namespace in namespace:net
21 const scoped_refptr<ct::SignedCertificateTimestamp>& sct,
22 ct::SCTVerifyStatus status);
26 scoped_refptr<ct::SignedCertificateTimestamp> sct_;
27 ct::SCTVerifyStatus status_;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/
__scan_keyword.pass.cpp 44 const std::ctype<char>& ct = std::use_facet<std::ctype<char> >(std::locale::classic()); local
53 ct, err);
65 ct, err);
77 ct, err);
89 ct, err);
101 ct, err);
113 ct, err, false);
  /external/iptables/include/linux/netfilter/
xt_CT.h 14 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 145 int16 ct = src_line; local
165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
166 ct += sfb_lines + (sfb_lines << 1);
185 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
  /external/clang/test/CodeGenCXX/
inline-functions.cpp 46 ClassTemplate<C> ct; local
47 ct.g();
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 6 unsigned char pt[64], ct[64], tmp[64], key[16], iv[16], iv2[16]; local
49 DO(cbc_encrypt(pt, ct, 64, &cbc));
54 DO(cbc_decrypt(ct, tmp, 64, &cbc));
72 DO(cfb_encrypt(pt, ct, 64, &cfb));
77 DO(cfb_decrypt(ct, tmp, 64, &cfb));
94 DO(ofb_encrypt(pt, ct, 64, &ofb));
99 DO(ofb_decrypt(ct, tmp, 64, &ofb));
  /external/libvpx/libvpx/vp8/common/
treecoder.c 83 const unsigned int ct = num_events[t]; local
95 branch_ct [j] [b] += ct;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceQueueTest.java 88 Thread ct = new Thread(new ChildThread()); local
89 ct.start();

Completed in 1358 milliseconds

1 2 3 4 5 6