null

Searched refs:isc_hmacmd5_check (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacmd5.h77 isc_hmacmd5_check(int testing);
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c1974 ATF_REQUIRE(isc_hmacmd5_check(0));
1975 ATF_CHECK(!isc_hmacmd5_check(1));
1976 ATF_CHECK(!isc_hmacmd5_check(2));
1977 ATF_CHECK(!isc_hmacmd5_check(3));
1978 ATF_CHECK(!isc_hmacmd5_check(4));
/bind-9.11.3/lib/isc/
H A Dhmacmd5.c349 isc_hmacmd5_check(int testing) { function
416 void isc_hmacmd5_check() { INSIST(0); } function
/bind-9.11.3/lib/dns/
H A Dhmac_link.c362 RUNTIME_CHECK(isc_hmacmd5_check(0));

Completed in 36 milliseconds