Searched refs:integrity (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestclient.h50 void integrity();
H A Dtestclient.cpp132 integrity();
184 // Basic integrity test.
186 void integrity() function
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf49 check-integrity no;
59 check-integrity no;
68 check-integrity no;
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dintegrity.sh1 # $OpenBSD: integrity.sh,v 1.7 2013/02/20 08:27:50 djm Exp $
4 tid="integrity"
19 # The following are not MACs, but ciphers with integrated integrity. They are
60 Corrupted?MAC* | Decryption?integrity?check?failed*)
H A DMakefile67 integrity \
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/cacheclean/ns1/
H A Dnamed.conf32 check-integrity no;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/glue/ns1/
H A Dnamed.conf33 check-integrity no;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xfer/ns6/
H A Dnamed.conf36 check-integrity no;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xfer/ns7/
H A Dnamed.conf36 check-integrity no;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/acl/ns2/
H A Dnamed1.conf32 check-integrity no;
H A Dnamed2.conf32 check-integrity no;
H A Dnamed3.conf32 check-integrity no;
H A Dnamed4.conf32 check-integrity no;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checknames/ns1/
H A Dnamed.conf31 check-integrity no;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/xfer/ns2/
H A Dnamed.conf33 check-integrity no;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c114 #define OPTION_INTEGRITY "integrity="
208 unsigned integrity; /* bitmask of integrity layers */ member in struct:srp_options_s
260 const EVP_MD *hmac_md; /* HMAC for integrity */
1121 if (isserver && (!bit || opts->integrity)) {
1122 opts->integrity = -1;
1132 opts->integrity |= bit;
1280 if (opts->integrity & optlist->bit) {
1311 if ((opts->integrity || opts->confidentiality) &&
1393 if ((opts->integrity
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/docs/
H A Dmake.bat36 echo. linkcheck to check all external links for integrity
/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpostfix-script120 $FATAL Postfix integrity check failed!
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd012.tcl167 # check integrity if we do not.
176 puts "\t\tRecd$tnum.c: Checking data integrity."
190 error_check_good integrity [lindex [lindex $dbt 0] 1] \
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dtidylib.c1111 static ctmbstr integrity = "\nPanic - tree has lost its integrity\n"; variable
1158 FatalError( integrity );
1165 FatalError( integrity );
1253 FatalError( integrity );
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabase.cpp999 // us to do an integrity check
1180 SQLiteStatement integrity(m_syncDB, "PRAGMA integrity_check;");
1181 if (integrity.prepare() != SQLResultOk) {
1186 int resultCode = integrity.step();
1193 int columns = integrity.columnCount();
1195 LOG_ERROR("Received %i columns performing integrity check, should be 1", columns);
1199 String resultText = integrity.getColumnText(0);
1201 // A successful, no-error integrity check will be "ok" - all other strings imply failure
1205 LOG_ERROR("Icon database integrity check failed - \n%s", resultText.ascii().data());
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm651 integrity of the positions.
921 triggering any of the positioning integrity code).
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DReplicated.pm1013 you need realtime data integrity. For example, if you insert a row, and then
1019 For data integrity, all transactions automatically use the master storage for
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef86 guarantee data integrity
399 amount of time. The client should USE the buffer ASAP to guarantee data integrity.
439 The client should USE the buffer ASAP to guarantee data integrity.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfstab.vim145 syn keyword fsOptionsKeywords nointegrity integrity

Completed in 304 milliseconds

12