Searched refs:isc_md5_update (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/ntp/libntp/lib/isc/include/isc/ |
| HD | md5.h | 76 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len);
|
| /freebsd-head/contrib/ntp/include/ |
| HD | ntp_md5.h | 17 # define MD5Update(c, p, s) isc_md5_update(c, (const void *)p, s)
|
| /freebsd-head/contrib/ntp/libntp/lib/isc/ |
| HD | md5.c | 59 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len) { in isc_md5_update() function 209 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len) { in isc_md5_update() function
|