Searched defs:transform (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dmd5.c97 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { function
201 transform(ctx->buf, ctx->in);
209 transform(ctx->buf, ctx->in);
236 transform(ctx->buf, ctx->in);
243 /* Append length in bits and transform */
246 transform(ctx->buf, ctx->in);
H A Dsha1.c167 transform(isc_uint32_t state[5], const unsigned char buffer[64]) { function
269 transform(context->state, context->buffer);
271 transform(context->state, &data[i]);
306 /* The next Update should cause a transform() */

Completed in 10 milliseconds