Searched refs:isc_sha512_update (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsha2.h138 void isc_sha512_update (isc_sha512_t *, const isc_uint8_t *, size_t);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsha2.h138 void isc_sha512_update (isc_sha512_t *, const isc_uint8_t *, size_t);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacsha.c479 isc_sha512_update(&sha512ctx, key, len);
488 isc_sha512_update(&ctx->sha512ctx, ipad, sizeof(ipad));
504 isc_sha512_update(&ctx->sha512ctx, buf, len);
524 isc_sha512_update(&ctx->sha512ctx, opad, sizeof(opad));
525 isc_sha512_update(&ctx->sha512ctx, newdigest, ISC_SHA512_DIGESTLENGTH);
H A Dsha2.c159 void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1106 void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1255 isc_sha512_update((isc_sha512_t *)context, data, len);
1408 isc_sha512_update(&context, data, len);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhmacsha.c478 isc_sha512_update(&sha512ctx, key, len);
487 isc_sha512_update(&ctx->sha512ctx, ipad, sizeof(ipad));
503 isc_sha512_update(&ctx->sha512ctx, buf, len);
523 isc_sha512_update(&ctx->sha512ctx, opad, sizeof(opad));
524 isc_sha512_update(&ctx->sha512ctx, newdigest, ISC_SHA512_DIGESTLENGTH);
H A Dsha2.c159 void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1106 void isc_sha512_update(isc_sha512_t *context, const isc_uint8_t *data, size_t len) { function
1255 isc_sha512_update((isc_sha512_t *)context, data, len);
1408 isc_sha512_update(&context, data, len);
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c117 isc_sha512_update(&sha512ctx, r.base, r.length);
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c759 isc_sha512_update(&sha512,
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dopensslrsa_link.c348 isc_sha512_update(sha512ctx, data->base, data->length);
H A Dhmac_link.c1626 isc_sha512_update(&sha512ctx, r.base, r.length);

Completed in 191 milliseconds