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

/bind-9.11.3/lib/isc/
H A Diterated_hash.c32 isc_sha1_update(&ctx, in, inlength);
33 isc_sha1_update(&ctx, salt, saltlength);
H A Dsha1.c69 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
117 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *buf, unsigned int len) { function
347 isc_sha1_update(isc_sha1_t *context, const unsigned char *data, function
395 isc_sha1_update(context, &final_200, 1);
397 isc_sha1_update(context, &final_0, 1);
399 isc_sha1_update(context, finalcount, 8);
444 isc_sha1_update(&ctx, &input, 1U);
H A Dhmacsha.c1119 isc_sha1_update(&sha1ctx, key, len);
1128 isc_sha1_update(&ctx->sha1ctx, ipad, sizeof(ipad));
1145 isc_sha1_update(&ctx->sha1ctx, buf, len);
1165 isc_sha1_update(&ctx->sha1ctx, opad, sizeof(opad));
1166 isc_sha1_update(&ctx->sha1ctx, newdigest, ISC_SHA1_DIGESTLENGTH);
H A Dentropy.c615 isc_sha1_update(&hash, (void *)(ent->pool.pool),
/bind-9.11.3/lib/isc/include/isc/
H A Dsha1.h63 isc_sha1_update(isc_sha1_t *ctx, const unsigned char *data, unsigned int len);
/bind-9.11.3/lib/dns/
H A Dds.c71 isc_sha1_update(&sha1, r.base, r.length);
74 isc_sha1_update(&sha1, r.base, r.length);
H A Dopenssldsa_link.c189 isc_sha1_update(sha1ctx, data->base, data->length);
H A Dopensslrsa_link.c509 isc_sha1_update(sha1ctx, data->base, data->length);
H A Dhmac_link.c534 isc_sha1_update(&sha1ctx, r.base, r.length);
/bind-9.11.3/bin/tools/
H A Disc-hmac-fixup.c76 isc_sha1_update(&sha1ctx, r.base, r.length);
/bind-9.11.3/bin/tests/
H A Dhash_test.c66 isc_sha1_update(&sha1, buffer, strlen(s));
73 isc_sha1_update(&sha1, buffer, strlen(s));
/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c359 t_hash("SHA1", (HASH_INIT)isc_sha1_init, (UPDATE)isc_sha1_update,
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c199 isc_sha1_update(&sha1,

Completed in 143 milliseconds