Search

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

/bind-9.11.3/lib/isc/include/isc/
H A Dhmacmd5.h74 isc_hmacmd5_verify2(isc_hmacmd5_t *ctx, unsigned char *digest, size_t len);
/bind-9.11.3/lib/isc/
H A Dhmacmd5.c327 return (isc_hmacmd5_verify2(ctx, digest, ISC_MD5_DIGESTLENGTH));
331 isc_hmacmd5_verify2(isc_hmacmd5_t *ctx, unsigned char *digest, size_t len) { function
394 result = isc_hmacmd5_verify2(&ctx, expected, sizeof(expected));
402 return (isc_hmacmd5_verify2(&ctx, expected2, sizeof(expected2)));
415 void isc_hmacmd5_verify2() { INSIST(0); } function
/bind-9.11.3/lib/dns/
H A Dhmac_link.c122 if (isc_hmacmd5_verify2(hmacmd5ctx, sig->base, sig->length))

Completed in 14 milliseconds