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

1 2 3 4 5 6 7 8 9

  /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_log_response_parser.h 13 namespace ct { namespace in namespace:net
24 } // 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 20 namespace ct { namespace in namespace:net
43 // |extensions| CT extensions.
62 // This list is typically obtained from the CT extension in a certificate.
74 scoped_refptr<ct::SignedCertificateTimestamp>* output);
79 } // 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
34 } // namespace ct
signed_certificate_timestamp_unittest.cc 15 namespace ct { namespace in namespace:net
52 } // namespace ct
  /external/chromium_org/net/test/
ct_test_util.h 14 namespace ct { namespace in namespace:net
72 } // 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/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);
  /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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_prob.c 50 const unsigned int ct[2] = { left_count, right_count }; local
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct,
  /external/libnl/tests/
test-nf-cache-mngr.c 6 struct nfnl_ct *ct = (struct nfnl_ct *) obj; local
12 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) ||
13 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) {
28 struct nl_cache *ct; local
38 ct = nl_cache_mngr_add(mngr, "netfilter/ct", &change_cb);
39 if (ct == NULL) {
40 nl_perror("nl_cache_mngr_add(netfilter/ct)");
  /external/libvpx/libvpx/vp9/common/
vp9_prob.c 50 const unsigned int ct[2] = { left_count, right_count }; local
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct,
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
bio.h 66 OPJ_UINT32 ct; member in struct:opj_bio
raw.h 56 OPJ_UINT32 ct; member in struct:opj_raw
  /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));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_prob.c 50 const unsigned int ct[2] = { left_count, right_count }; local
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct,
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_CT.h 36 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info
47 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info_v1

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 9