Searched refs:ct (Results 26 - 50 of 341) sorted by relevance

1234567891011>>

/external/libnl/lib/netfilter/
H A Dct.c2 * lib/netfilter/ct.c Conntrack
17 * @defgroup ct Conntrack
29 #include <netlink/netfilter/ct.h>
105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
119 err = nfnl_ct_set_src(ct, repl, addr);
128 err = nfnl_ct_set_dst(ct, repl, addr);
137 err = nfnl_ct_set_src(ct, repl, addr);
146 err = nfnl_ct_set_dst(ct, repl, addr);
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
170 nfnl_ct_set_proto(ct, nla_get_u
190 ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
214 ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) argument
231 ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) argument
250 ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) argument
292 struct nfnl_ct *ct; local
360 struct nfnl_ct *ct; local
383 nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *ct, int repl) argument
450 nfnl_ct_build_message(const struct nfnl_ct *ct, int cmd, int flags, struct nl_msg **result) argument
472 nfnl_ct_build_add_request(const struct nfnl_ct *ct, int flags, struct nl_msg **result) argument
478 nfnl_ct_add(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) argument
494 nfnl_ct_build_delete_request(const struct nfnl_ct *ct, int flags, struct nl_msg **result) argument
500 nfnl_ct_del(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) argument
516 nfnl_ct_build_query_request(const struct nfnl_ct *ct, int flags, struct nl_msg **result) argument
522 nfnl_ct_query(struct nl_sock *sk, const struct nfnl_ct *ct, int flags) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dsigned_certificate_timestamp_info_view.cc28 net::ct::DigitallySigned::HashAlgorithm hash_algorithm) {
30 case net::ct::DigitallySigned::HASH_ALGO_NONE:
32 case net::ct::DigitallySigned::HASH_ALGO_MD5:
34 case net::ct::DigitallySigned::HASH_ALGO_SHA1:
36 case net::ct::DigitallySigned::HASH_ALGO_SHA224:
38 case net::ct::DigitallySigned::HASH_ALGO_SHA256:
40 case net::ct::DigitallySigned::HASH_ALGO_SHA384:
42 case net::ct::DigitallySigned::HASH_ALGO_SHA512:
49 net::ct::DigitallySigned::SignatureAlgorithm signature_algorithm) {
51 case net::ct
70 namespace ct { namespace in namespace:chrome
[all...]
H A Dsigned_certificate_timestamp_info_view.h19 namespace ct { namespace in namespace:net
25 namespace ct { namespace in namespace:chrome
28 int StatusToResourceID(net::ct::SCTVerifyStatus status);
29 int SCTOriginToResourceID(const net::ct::SignedCertificateTimestamp& sct);
31 } // namespace ct
43 const net::ct::SignedCertificateTimestamp& sct,
44 net::ct::SCTVerifyStatus status);
/external/chromium_org/net/cert/
H A Dct_log_verifier.cc23 bool CTLogVerifier::Verify(const ct::LogEntry& entry,
24 const ct::SignedCertificateTimestamp& sct) {
34 if (!ct::EncodeLogEntry(entry, &serialized_log_entry)) {
39 if (!ct::EncodeV1SCTSignedData(sct.timestamp, serialized_log_entry,
49 scoped_ptr<ct::SignedTreeHead> signed_tree_head) {
54 ct::EncodeTreeHeadSignature(*signed_tree_head.get(), &serialized_data);
64 const ct::DigitallySigned& signature) {
H A Dmulti_log_ct_verifier.cc28 void LogSCTStatusToUMA(ct::SCTVerifyStatus status) {
30 "Net.CertificateTransparency.SCTStatus", status, ct::SCT_STATUS_MAX);
35 void LogSCTOriginToUMA(ct::SignedCertificateTimestamp::Origin origin) {
38 ct::SignedCertificateTimestamp::SCT_ORIGIN_MAX);
46 void LogNumSCTsToUMA(const ct::CTVerifyResult& result) {
88 ct::CTVerifyResult* result,
101 ct::ExtractEmbeddedSCTList(
104 ct::LogEntry precert_entry;
107 ct::GetPrecertLogEntry(
114 ct
[all...]
H A Dct_objects_extractor_unittest.cc19 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);
101 scoped_refptr<ct
[all...]
H A Dmulti_log_ct_verifier_unittest.cc42 CTLogVerifier::Create(ct::GetTestPublicKey(), kLogDescription));
47 std::string der_test_cert(ct::GetDerEncodedX509Cert());
55 "ct-test-embedded-cert.pem",
60 bool CheckForSingleVerifiedSCTInResult(const ct::CTVerifyResult& result) {
68 const ct::CTVerifyResult& result,
69 ct::SignedCertificateTimestamp::Origin origin) {
119 std::string sct(ct::GetTestSignedCertificateTimestamp());
126 ct::EncodeSCTListForTesting(sct, &sct_list);
132 ct::CTVerifyResult* result) {
141 ct
[all...]
/external/chromium_org/content/browser/
H A Dsigned_certificate_timestamp_store_impl.h24 net::ct::SignedCertificateTimestamp* sct,
28 scoped_refptr<net::ct::SignedCertificateTimestamp>* sct) OVERRIDE;
36 RendererDataMemoizingStore<net::ct::SignedCertificateTimestamp> store_;
H A Dsigned_certificate_timestamp_store_impl.cc28 net::ct::SignedCertificateTimestamp* sct,
35 scoped_refptr<net::ct::SignedCertificateTimestamp>* sct) {
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c15 time_t ct; local
35 time(&ct);
36 if (ct - ft.st_mtime > 120) {
/external/iptables/extensions/
H A Dlibxt_u32.c45 const struct xt_u32_test *ct; local
50 ct = &data->tests[testind];
55 printf("0x%x", ct->location[0].number);
56 for (i = 1; i < ct->nnums; ++i) {
57 switch (ct->location[i].nextop) {
71 printf("0x%x", ct->location[i].number);
75 for (i = 0; i < ct->nvalues; ++i) {
78 if (ct->value[i].min == ct->value[i].max)
79 printf("0x%x", ct
106 struct xt_u32_test *ct = &data->tests[testind]; /* current test */ local
[all...]
/external/libpng/contrib/libtests/
H A Dgentests.sh86 for ct in gray palette
90 doit "$ct" "$bd"
96 for ct in gray-alpha rgb rgb-alpha
100 doit "$ct" "$bd"
/external/iptables/include/linux/netfilter/
H A Dxt_CT.h19 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info
31 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info_v1
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CT.h20 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info
32 struct nf_conn *ct __attribute__((aligned(8))); member in struct:xt_ct_target_info_v1
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Draw.c73 raw->ct = 0;
78 if (raw->ct == 0) {
79 raw->ct = 8;
84 raw->ct = 7;
90 raw->ct--;
91 d = (raw->c >> raw->ct) & 0x01;
H A Dbio.c83 bio->ct = bio->buf == 0xff00 ? 7 : 8;
93 bio->ct = bio->buf == 0xff00 ? 7 : 8;
102 if (bio->ct == 0) {
105 bio->ct--;
106 bio->buf |= b << bio->ct;
110 if (bio->ct == 0) {
113 bio->ct--;
114 return (bio->buf >> bio->ct) & 1;
143 bio->ct = 8;
151 bio->ct
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_prob.h64 const unsigned int ct[2],
67 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);
68 const unsigned int count = MIN(ct[0] + ct[1], count_sat);
63 merge_probs(vp9_prob pre_prob, const unsigned int ct[2], unsigned int count_sat, unsigned int max_update_factor) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_prob.h73 const unsigned int ct[2],
76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);
77 const unsigned int count = MIN(ct[0] + ct[1], count_sat);
72 merge_probs(vp9_prob pre_prob, const unsigned int ct[2], unsigned int count_sat, unsigned int max_update_factor) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_cost.h29 static INLINE unsigned int cost_branch256(const unsigned int ct[2], argument
31 return ct[0] * vp9_cost_zero(p) + ct[1] * vp9_cost_one(p);
H A Dvp9_subexp.c119 int vp9_prob_diff_update_savings_search(const unsigned int *ct, argument
122 const int old_b = cost_branch256(ct, oldp);
128 const int new_b = cost_branch256(ct, newp);
140 int vp9_prob_diff_update_savings_search_model(const unsigned int *ct, argument
150 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
151 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
164 new_b += cost_branch256(ct + 2 * i, newplist[i]);
165 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
179 const unsigned int ct[2]) {
181 vp9_prob newp = get_binary_prob(ct[
178 vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, const unsigned int ct[2]) argument
[all...]
/external/chromium_org/third_party/skia/bench/
H A DDecodeBench.cpp22 DecodeBench(SkColorType ct) : fPrefColorType(ct) { argument
24 fName.printf("decode_%s_%s", sk_tool_utils::colortype_name(ct), fname.c_str());
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_cost.h29 static INLINE unsigned int cost_branch256(const unsigned int ct[2], argument
31 return ct[0] * vp9_cost_zero(p) + ct[1] * vp9_cost_one(p);
/external/skia/bench/
H A DDecodeBench.cpp22 DecodeBench(SkColorType ct) : fPrefColorType(ct) { argument
24 fName.printf("decode_%s_%s", sk_tool_utils::colortype_name(ct), fname.c_str());
/external/chromium_org/net/quic/crypto/
H A Dchacha20_poly1305_encrypter_test.cc23 const char* ct; member in struct:__anon9427::TestVector
71 string ct; local
76 ASSERT_TRUE(DecodeHexString(test_vectors[i].ct, &ct));
88 encrypted->length(), ct.data(),
89 ct.length());
/external/skia/tools/
H A Dsk_tool_utils.cpp5 const char* colortype_name(SkColorType ct) { argument
6 switch (ct) {

Completed in 360 milliseconds

1234567891011>>