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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacsha.h105 isc_hmacsha1_check(int testing);
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c1992 ATF_REQUIRE(isc_hmacsha1_check(0));
1993 ATF_CHECK(!isc_hmacsha1_check(1));
1994 ATF_CHECK(!isc_hmacsha1_check(2));
1995 ATF_CHECK(!isc_hmacsha1_check(3));
1996 ATF_CHECK(!isc_hmacsha1_check(4));
/bind-9.11.3/lib/isc/
H A Dhmacsha.c1513 isc_hmacsha1_check(int testing) { function
/bind-9.11.3/lib/dns/
H A Dhmac_link.c654 RUNTIME_CHECK(isc_hmacsha1_check(0));

Completed in 348 milliseconds