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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Diterated_hash.c40 isc_sha1_update(&ctx, in, inlength);
41 isc_sha1_update(&ctx, salt, saltlength);
H A Dhmacsha.c213 isc_sha1_update(&sha1ctx, key, len);
222 isc_sha1_update(&ctx->sha1ctx, ipad, sizeof(ipad));
239 isc_sha1_update(&ctx->sha1ctx, buf, len);
259 isc_sha1_update(&ctx->sha1ctx, opad, sizeof(opad));
260 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-9.3-release/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-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsha1.h61 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *data, unsigned int len);
/freebsd-9.3-release/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-9.3-release/contrib/bind9/lib/dns/
H A Dds.c84 isc_sha1_update(&sha1, r.base, r.length);
87 isc_sha1_update(&sha1, r.base, r.length);
H A Dopenssldsa_link.c118 isc_sha1_update(sha1ctx, data->base, data->length);
H A Dopensslrsa_link.c334 isc_sha1_update(sha1ctx, data->base, data->length);
H A Dhmac_link.c506 isc_sha1_update(&sha1ctx, r.base, r.length);
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c73 isc_sha1_update(&sha1ctx, r.base, r.length);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_leapsec.c1109 isc_sha1_update(
1114 isc_sha1_update(mdctx, text, tlen);
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c207 isc_sha1_update(&sha1,

Completed in 138 milliseconds