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

/bind-9.6-ESV-R11/lib/isc/
H A Diterated_hash.c40 isc_sha1_update(&ctx, in, inlength);
41 isc_sha1_update(&ctx, salt, saltlength);
H A Dhmacsha.c53 isc_sha1_update(&sha1ctx, key, len);
62 isc_sha1_update(&ctx->sha1ctx, ipad, sizeof(ipad));
79 isc_sha1_update(&ctx->sha1ctx, buf, len);
99 isc_sha1_update(&ctx->sha1ctx, opad, sizeof(opad));
100 isc_sha1_update(&ctx->sha1ctx, newdigest, ISC_SHA1_DIGESTLENGTH);
H A Dsha1.c255 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
303 isc_sha1_update(context, &final_200, 1);
305 isc_sha1_update(context, &final_0, 1);
307 isc_sha1_update(context, finalcount, 8);
H A Dentropy.c610 isc_sha1_update(&hash, (void *)(ent->pool.pool),
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dsha1.h52 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *data, unsigned int len);
/bind-9.6-ESV-R11/lib/dns/
H A Dds.c70 isc_sha1_update(&sha1, r.base, r.length);
73 isc_sha1_update(&sha1, r.base, r.length);
H A Dopenssldsa_link.c120 isc_sha1_update(sha1ctx, data->base, data->length);
H A Dopensslrsa_link.c326 isc_sha1_update(sha1ctx, data->base, data->length);
H A Dhmac_link.c497 isc_sha1_update(&sha1ctx, r.base, r.length);
/bind-9.6-ESV-R11/bin/tests/
H A Dhash_test.c70 isc_sha1_update(&sha1, buffer, strlen(s));
77 isc_sha1_update(&sha1, buffer, strlen(s));
/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c353 t_hash("SHA1", (HASH_INIT)isc_sha1_init, (UPDATE)isc_sha1_update,
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c207 isc_sha1_update(&sha1,

Completed in 30 milliseconds