Searched refs:ISC_MD5_DIGESTLENGTH (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhmacmd5.c127 isc_md5_update(&ctx->md5ctx, digest, ISC_MD5_DIGESTLENGTH);
139 return (isc_hmacmd5_verify2(ctx, digest, ISC_MD5_DIGESTLENGTH));
144 unsigned char newdigest[ISC_MD5_DIGESTLENGTH];
146 REQUIRE(len <= ISC_MD5_DIGESTLENGTH);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmd5.h50 #define ISC_MD5_DIGESTLENGTH 16U macro
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dhash_test.c843 tohexstr(digest, ISC_MD5_DIGESTLENGTH, str);
1779 tohexstr(digest, ISC_MD5_DIGESTLENGTH, str);

Completed in 72 milliseconds