Searched refs:isc_hmacmd5_verify2 (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | hmacmd5.h | 74 isc_hmacmd5_verify2(isc_hmacmd5_t *ctx, unsigned char *digest, size_t len);
|
/bind-9.11.3/lib/isc/ |
H A D | hmacmd5.c | 327 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 D | hmac_link.c | 122 if (isc_hmacmd5_verify2(hmacmd5ctx, sig->base, sig->length))
|
Completed in 14 milliseconds