Searched defs:chk (Results 1 - 13 of 13) sorted by relevance

/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py45 chk = test_checker() variable
122 chk.check(os.path.exists(self.block), "%s exists" % (self.block))
129 chk.check(os.path.exists(keyfile), "%s exists" % (keyfile))
130 chk.check(not os.path.exists(other), "%s does not exist" % (other))
134 chk.check(stat.S_ISREG(info.st_mode),
136 chk.check(info.st_uid == 0, "%s is owned by root" % (keyfile))
137 chk.check(info.st_gid == 0, "%s has group root" % (keyfile))
138 chk.check(stat.S_IMODE(info.st_mode) == (stat.S_IRUSR | stat.S_IWUSR),
140 chk.check(info.st_size == 48, "%s is 48 bytes" % (keyfile))
144 chk
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_mathops.c101 opus_int32 min_d,max_d,last,chk; local
102 chk=max_d=0;
108 chk ^= q*i;
114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
125 opus_int32 min_d,max_d,last,chk; local
126 fail=chk=max_d=0;
134 chk ^= q*i;
142 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
/external/f2fs-tools/fsck/
H A Dfsck.h35 } chk; member in struct:f2fs_fsck
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.h154 pphFriNfcLlpcMac_Chk_t chk; member in struct:phFriNfc_LlcpMac_Interface
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp237 bool chk = chkB && chkP && chkNV && chkR && chkS && chkSh && chkSl; local
239 return chk;
/external/openssh/
H A Dge25519.c199 fe25519 t, chk, num, den, den2, den4, den6; local
224 fe25519_square(&chk, &r->x);
225 fe25519_mul(&chk, &chk, &den);
226 if (!fe25519_iseq_vartime(&chk, &num))
230 fe25519_square(&chk, &r->x);
231 fe25519_mul(&chk, &chk, &den);
232 if (!fe25519_iseq_vartime(&chk, &num))
/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c894 static int do_x509_check(X509 *x, const char *chk, size_t chklen, argument
920 if (chklen > 1 && chk[0] == '.')
953 chk, chklen, peername)) != 0)
979 chk, chklen, peername)) != 0)
985 int X509_check_host(X509 *x, const char *chk, size_t chklen, argument
988 if (chk == NULL)
990 if (memchr(chk, '\0', chklen))
992 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername);
995 int X509_check_email(X509 *x, const char *chk, size_t chklen, argument
998 if (chk
1005 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) argument
[all...]
/external/libxml2/
H A DSAX2.c1767 int chk; local
1769 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
1770 if (chk <= 0)
1772 if (chk < 0)
2420 int chk; local
2422 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
2423 if (chk <= 0)
2425 if (chk < 0)
/external/tcpdump/
H A Dprint-sctp.c178 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 274 milliseconds