Searched refs:isc_md5_update (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dhmacmd5.c84 isc_md5_update(&md5ctx, key, len);
93 isc_md5_update(&ctx->md5ctx, ipad, sizeof(ipad));
110 isc_md5_update(&ctx->md5ctx, buf, len);
128 isc_md5_update(&ctx->md5ctx, opad, sizeof(opad));
129 isc_md5_update(&ctx->md5ctx, digest, ISC_MD5_DIGESTLENGTH);
H A Dmd5.c61 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len) { function
211 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len) { function
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dmd5.h78 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_md5.h29 # define MD5Update(c, p, s) isc_md5_update(c, p, s)
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dhash_test.c840 isc_md5_update(&md5,

Completed in 181 milliseconds