Searched refs:isc_safe_memcmp (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/tests/
H A Dsafe_test.c31 ATF_TC(isc_safe_memcmp); variable
32 ATF_TC_HEAD(isc_safe_memcmp, tc) {
35 ATF_TC_BODY(isc_safe_memcmp, tc) {
38 ATF_CHECK(isc_safe_memcmp("test", "test", 4));
39 ATF_CHECK(!isc_safe_memcmp("test", "tesc", 4));
40 ATF_CHECK(isc_safe_memcmp("\x00\x00\x00\x00", "\x00\x00\x00\x00", 4));
41 ATF_CHECK(!isc_safe_memcmp("\x00\x00\x00\x00", "\x00\x00\x00\x01", 4));
42 ATF_CHECK(!isc_safe_memcmp("\x00\x00\x00\x02", "\x00\x00\x00\x00", 4));
49 ATF_TP_ADD_TC(tp, isc_safe_memcmp);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsafe.h29 isc_safe_memcmp(const void *s1, const void *s2, size_t n);
/bind-9.6-ESV-R11/lib/isc/
H A Dsafe.c31 isc_safe_memcmp(const void *s1, const void *s2, size_t n) { function
H A Dhmacsha.c117 return (isc_safe_memcmp(digest, newdigest, len));
196 return (isc_safe_memcmp(digest, newdigest, len));
275 return (isc_safe_memcmp(digest, newdigest, len));
354 return (isc_safe_memcmp(digest, newdigest, len));
433 return (isc_safe_memcmp(digest, newdigest, len));
H A Dhmacmd5.c118 return (isc_safe_memcmp(digest, newdigest, len));
/bind-9.6-ESV-R11/lib/dns/
H A Dhmac_link.c146 if (isc_safe_memcmp(hkey1->key, hkey2->key, HMAC_LEN))
414 if (isc_safe_memcmp(hkey1->key, hkey2->key, ISC_SHA1_DIGESTLENGTH))
683 if (isc_safe_memcmp(hkey1->key, hkey2->key, ISC_SHA224_DIGESTLENGTH))
952 if (isc_safe_memcmp(hkey1->key, hkey2->key, ISC_SHA256_DIGESTLENGTH))
1221 if (isc_safe_memcmp(hkey1->key, hkey2->key, ISC_SHA384_DIGESTLENGTH))
1490 if (isc_safe_memcmp(hkey1->key, hkey2->key, ISC_SHA512_DIGESTLENGTH))
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c315 if (!isc_safe_memcmp((unsigned char *) isccc_sexpr_tostring(hmd5),

Completed in 18 milliseconds