HomeSort by relevance Sort by last modified time
    Searched refs:ct (Results 176 - 200 of 714) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 22 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct,
24 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct,
26 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct,
78 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct,
86 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) {
88 "received content type 0x%x", ct);
346 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct,
355 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) {
357 "received content type 0x%x", ct);
387 return tls_process_server_key_exchange(conn, ct, in_data
    [all...]
tlsv1_server_read.c 23 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct,
26 u8 ct, const u8 *in_data,
121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct,
131 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) {
133 ct);
368 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct,
377 if (ct != TLS_CONTENT_TYPE_HANDSHAKE) {
379 ct);
417 return tls_process_client_key_exchange(conn, ct, in_data,
779 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct,
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 32 if ct := sig.match(data, firstNonWS); ct != "" {
33 return ct
73 &maskedSig{mask: []byte("\xFF\xFF\xFF\xFF\xFF"), pat: []byte("<?xml"), skipWS: true, ct: "text/xml; charset=utf-8"},
79 &maskedSig{mask: []byte("\xFF\xFF\x00\x00"), pat: []byte("\xFE\xFF\x00\x00"), ct: "text/plain; charset=utf-16be"},
80 &maskedSig{mask: []byte("\xFF\xFF\x00\x00"), pat: []byte("\xFF\xFE\x00\x00"), ct: "text/plain; charset=utf-16le"},
81 &maskedSig{mask: []byte("\xFF\xFF\xFF\x00"), pat: []byte("\xEF\xBB\xBF\x00"), ct: "text/plain; charset=utf-8"},
91 ct: "image/webp",
97 ct: "audio/wave",
102 ct: "audio/aiff"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 32 if ct := sig.match(data, firstNonWS); ct != "" {
33 return ct
73 &maskedSig{mask: []byte("\xFF\xFF\xFF\xFF\xFF"), pat: []byte("<?xml"), skipWS: true, ct: "text/xml; charset=utf-8"},
79 &maskedSig{mask: []byte("\xFF\xFF\x00\x00"), pat: []byte("\xFE\xFF\x00\x00"), ct: "text/plain; charset=utf-16be"},
80 &maskedSig{mask: []byte("\xFF\xFF\x00\x00"), pat: []byte("\xFF\xFE\x00\x00"), ct: "text/plain; charset=utf-16le"},
81 &maskedSig{mask: []byte("\xFF\xFF\xFF\x00"), pat: []byte("\xEF\xBB\xBF\x00"), ct: "text/plain; charset=utf-8"},
91 ct: "image/webp",
97 ct: "audio/wave",
102 ct: "audio/aiff"
    [all...]
  /external/iputils/
tftpsubs.c 167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
169 bfs[current].counter = ct; /* set size of data to write */
175 return ct; /* this is a lie of course */
188 register int ct; local
210 ct = count;
211 while (ct--) { /* loop over the buffer */
  /external/syslinux/gpxe/src/core/
string.c 94 * @ct: Another string
96 int strcmp(const char * cs,const char * ct)
101 if ((__res = *cs - *ct++) != 0 || !*cs++)
113 * @ct: Another string
116 int strncmp(const char * cs,const char * ct,size_t count)
121 if ((__res = *cs - *ct++) != 0 || !*cs++)
276 * @ct: Another area of memory
279 int memcmp(const void * cs,const void * ct,size_t count)
284 for( su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
  /system/extras/tests/memtest/
fptest.cpp 67 for (int ct=0; ct < (1000 * (1000 / 20)); ct++) {
102 for (int ct=0; ct < (1000 * (1000 / 80)); ct++) {
  /external/libvpx/libvpx/vp8/encoder/
treewriter.h 47 static INLINE unsigned int vp8_cost_branch(const unsigned int ct[2],
51 return ((ct[0] * vp8_cost_zero(p)) + (ct[1] * vp8_cost_one(p))) >> 8;
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CTVerificationResult.java 17 package org.conscrypt.ct;
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
AesEaxTest.java 37 final byte[] ct; field in class:AesEaxTest.EaxTestVector
48 this.ct = TestUtil.hexToBytes(ciphertext);
262 byte[] ct = cipher.doFinal(test.pt);
263 assertEquals(test.ctHex, TestUtil.bytesToHex(ct));
  /external/clang/test/CodeGenCXX/
inline-functions.cpp 52 ClassTemplate<C> ct; local
53 ct.g();
  /external/e2fsprogs/tests/progs/
Makefile.in 43 test_rel_cmds.c: test_rel_cmds.ct
45 $(Q) $(MK_CMDS) $(srcdir)/test_rel_cmds.ct
51 test_icount_cmds.c: test_icount_cmds.ct
53 $(Q) $(MK_CMDS) $(srcdir)/test_icount_cmds.ct
  /external/libnetfilter_conntrack/qa/
test_filter.c 14 struct nf_conntrack *ct,
20 nfct_snprintf(buf, sizeof(buf), ct, type, NFCT_O_PLAIN, NFCT_OF_TIME);
  /external/libnetfilter_conntrack/utils/
conntrack_dump_filter.c 9 struct nf_conntrack *ct,
14 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, NFCT_O_DEFAULT, NFCT_OF_SHOW_LAYER3 | NFCT_OF_TIMESTAMP);
ctexp_events.c 11 ct_event_cb(enum nf_conntrack_msg_type type,struct nf_conntrack *ct, void *data)
15 nfct_snprintf(buf, sizeof(buf), ct, type, NFCT_O_PLAIN, NFCT_OF_TIME);
16 printf("[CT] %s\n", buf);
  /external/skia/bench/
RotatedRectBench.cpp 28 static inline SkColor start_color(ColorType ct) {
29 switch (ct) {
42 static inline SkColor advance_color(SkColor old, ColorType ct, int step) {
43 if (kAlternatingOpaqueAndTransparent_ColorType == ct) {
44 ct = (step & 0x1) ? kChangingOpaque_ColorType : kChangingTransparent_ColorType ;
46 switch (ct) {
71 RotRectBench(bool aa, ColorType ct, SkBlendMode mode)
73 , fColorType(ct)
RepeatTileBench.cpp 90 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType)
91 : fColorType(ct), fAlphaType(at)
96 if (kIndex_8_SkColorType == ct) {
99 fBitmap.setInfo(SkImageInfo::Make(w, h, ct, at));
102 sk_tool_utils::colortype_name(ct), kOpaque_SkAlphaType == at ? 'X' : 'A');
  /toolchain/binutils/binutils-2.25/bfd/
libieee.h 27 typedef struct ct { struct
29 struct ct *next;
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16])
88 PUTU32(ct , s0);
90 PUTU32(ct + 4, s1);
92 PUTU32(ct + 8, s2);
94 PUTU32(ct + 12, s3);
aes_i.h 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
115 #define PUTU32(ct, st) { \
116 (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); \
117 (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
  /frameworks/rs/
rsProgramFragment.cpp 69 for (uint32_t ct=0; ct < mHal.state.texturesCount; ct++) {
70 if (!mHal.state.textures[ct]) {
71 ALOGE("No texture bound for shader id %" PRIuPTR ", texture unit %u", (uintptr_t)this, ct);
  /external/e2fsprogs/lib/ss/
Makefile.in 69 MKCMDSOBJS= mk_cmds.o utils.o options.o ct.tab.o cmd_tbl.lex.o
71 MKCMDSFILES= mk_cmds.c utils.c options.c ct.y cmd_tbl.lex.l
73 MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
88 ss_err.et std_rqs.ct Makefile \
93 std_rqs.c: std_rqs.ct mk_cmds
95 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/std_rqs.ct
99 test_cmd.c: test_cmd.ct mk_cmds
101 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/test_cmd.ct
107 ct.tab.c ct.tab.h: ct.
    [all...]
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/
bolts-tasks-1.4.0.jar 
  /external/libjpeg-turbo/
jdarith.c 31 int ct; /* bit shift counter, # of bits left in bit buffer part of C */ member in struct:__anon23355
32 /* init: ct = -16 */
33 /* run: ct = 0..7 */
34 /* error: ct = -1 */
97 * (instead of fixed) with the bit shift counter CT.
118 if (--e->ct < 0) {
142 if ((e->ct += 8) < 0) /* update bit shift counter */
144 if (++e->ct == 0)
162 temp <<= e->ct;
220 entropy->ct = -16; /* force reading 2 initial bytes to fill C *
    [all...]
  /frameworks/rs/script_api/
GenerateHeaderFiles.cpp 99 for (size_t ct = 0; ct < comment.size(); ct++) {
100 string s = stripHtml(comment[ct]);
267 for (size_t ct = 0; ct < inlineCodeLines.size(); ct++) {
268 if (inlineCodeLines[ct].empty()) {
271 *file << " " << inlineCodeLines[ct] << "\n";

Completed in 573 milliseconds

1 2 3 4 5 6 78 91011>>