Searched refs:isc_sha224_update (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dsha2.h117 void isc_sha224_update (isc_sha224_t *, const isc_uint8_t *, size_t);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsha2.h117 void isc_sha224_update (isc_sha224_t *, const isc_uint8_t *, size_t);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacsha.c281 isc_sha224_update(&sha224ctx, key, len);
290 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad));
306 isc_sha224_update(&ctx->sha224ctx, buf, len);
326 isc_sha224_update(&ctx->sha224ctx, opad, sizeof(opad));
327 isc_sha224_update(&ctx->sha224ctx, newdigest, ISC_SHA224_DIGESTLENGTH);
H A Dsha2.c82 isc_sha224_update(isc_sha224_t *context, const isc_uint8_t* data, size_t len) { function
575 isc_sha224_update(isc_sha224_t *context, const isc_uint8_t* data, size_t len) { function
1330 isc_sha224_update(&context, data, len);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhmacsha.c280 isc_sha224_update(&sha224ctx, key, len);
289 isc_sha224_update(&ctx->sha224ctx, ipad, sizeof(ipad));
305 isc_sha224_update(&ctx->sha224ctx, buf, len);
325 isc_sha224_update(&ctx->sha224ctx, opad, sizeof(opad));
326 isc_sha224_update(&ctx->sha224ctx, newdigest, ISC_SHA224_DIGESTLENGTH);
H A Dsha2.c82 isc_sha224_update(isc_sha224_t *context, const isc_uint8_t* data, size_t len) { function
575 isc_sha224_update(isc_sha224_t *context, const isc_uint8_t* data, size_t len) { function
1330 isc_sha224_update(&context, data, len);
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c84 isc_sha224_update(&sha224ctx, r.base, r.length);
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c334 isc_sha224_update(&sha224,
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dhmac_link.c786 isc_sha224_update(&sha224ctx, r.base, r.length);

Completed in 168 milliseconds