Searched refs:testing (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | hmacmd5.h | 77 isc_hmacmd5_check(int testing);
|
H A D | md5.h | 88 isc_md5_check(isc_boolean_t testing);
|
H A D | sha1.h | 69 isc_sha1_check(isc_boolean_t testing);
|
H A D | hmacsha.h | 105 isc_hmacsha1_check(int testing);
|
/bind-9.11.3/bin/tests/system/allow_query/ns2/ |
H A D | named40.conf | 95 /* Also usable for testing key not allowed */
|
/bind-9.11.3/lib/isc/ |
H A D | hmacmd5.c | 345 * 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 D | md5.c | 345 * 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 D | sha1.c | 417 * 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 D | hmacsha.c | 1509 * 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 D | ltconfig | 380 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 D | configure | 541 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