Searched refs:isc_sha1_update (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Diterated_hash.c40 isc_sha1_update(&ctx, in, inlength);
41 isc_sha1_update(&ctx, salt, saltlength);
H A Dhmacsha.c212 isc_sha1_update(&sha1ctx, key, len);
221 isc_sha1_update(&ctx->sha1ctx, ipad, sizeof(ipad));
238 isc_sha1_update(&ctx->sha1ctx, buf, len);
258 isc_sha1_update(&ctx->sha1ctx, opad, sizeof(opad));
259 isc_sha1_update(&ctx->sha1ctx, newdigest, ISC_SHA1_DIGESTLENGTH);
H A Dsha1.c63 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
291 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
339 isc_sha1_update(context, &final_200, 1);
341 isc_sha1_update(context, &final_0, 1);
343 isc_sha1_update(context, finalcount, 8);
H A Dentropy.c610 isc_sha1_update(&hash, (void *)(ent->pool.pool),
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dsha1.h61 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *data, unsigned int len);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c1122 isc_sha1_update(
1127 isc_sha1_update(mdctx, text, tlen);
/freebsd-13-stable/contrib/ntp/lib/isc/tests/
H A Dhash_test.c207 isc_sha1_update(&sha1,

Completed in 121 milliseconds