Searched refs:testing (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacmd5.h77 isc_hmacmd5_check(int testing);
H A Dmd5.h88 isc_md5_check(isc_boolean_t testing);
H A Dsha1.h69 isc_sha1_check(isc_boolean_t testing);
H A Dhmacsha.h105 isc_hmacsha1_check(int testing);
/bind-9.11.3/bin/tests/system/allow_query/ns2/
H A Dnamed40.conf95 /* Also usable for testing key not allowed */
/bind-9.11.3/lib/isc/
H A Dhmacmd5.c345 * Standard use is testing 0 and expecting result true.
346 * Testing use is testing 1..4 and expecting result false.
349 isc_hmacmd5_check(int testing) { argument
369 * Introduce a fault for testing.
371 switch (testing) {
H A Dmd5.c345 * Standard use is testing false and result true.
346 * Testing use is testing true and result false;
349 isc_md5_check(isc_boolean_t testing) { argument
361 * Introduce a fault for testing.
363 if (testing) {
375 * Must return true in standard case, should return false for testing.
H A Dsha1.c417 * Standard use is testing false and result true.
418 * Testing use is testing true and result false;
421 isc_sha1_check(isc_boolean_t testing) { argument
434 * Introduce a fault for testing.
436 if (testing) {
448 * Must return true in standard case, should return false for testing.
H A Dhmacsha.c1509 * Standard use is testing 0 and expecting result true.
1510 * Testing use is testing 1..4 and expecting result false.
1513 isc_hmacsha1_check(int testing) { argument
1536 * Introduce a fault for testing.
1538 switch (testing) {
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig380 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
382 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
H A Dconfigure541 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
543 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then

Completed in 34 milliseconds